Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit e871061

Browse files
authored
Merge pull request #361 from smowton/smowton/admin/fix-broken-qhelp-links
Fix OWASP broken links
2 parents 1be34c0 + 4af5765 commit e871061

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ql/src/Security/CWE-022/TaintedPath.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ information.
4646
</example>
4747

4848
<references>
49-
<li>OWASP: <a href="https://www.owasp.org/index.php/Path_traversal">Path Traversal</a>.</li>
49+
<li>OWASP: <a href="https://owasp.org/www-community/attacks/Path_Traversal">Path Traversal</a>.</li>
5050
</references>
5151
</qhelp>

ql/src/Security/CWE-022/ZipSlip.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Snyk:
6363
</li>
6464
<li>
6565
OWASP:
66-
<a href="https://www.owasp.org/index.php/Path_traversal">Path Traversal</a>.
66+
<a href="https://owasp.org/www-community/attacks/Path_Traversal">Path Traversal</a>.
6767
</li>
6868
</references>
6969
</qhelp>

ql/src/Security/CWE-643/XPathInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ which are safely resolved at runtime using the <code>goxpath.Opts</code> structu
3838
</example>
3939

4040
<references>
41-
<li>OWASP: <a href="https://www.owasp.org/index.php?title=Testing_for_XPath_Injection_(OTG-INPVAL-010)">Testing for XPath Injection</a>.</li>
41+
<li>OWASP: <a href="https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/07-Input_Validation_Testing/09-Testing_for_XPath_Injection">Testing for XPath Injection</a>.</li>
4242
<li>OWASP: <a href="https://www.owasp.org/index.php/XPATH_Injection">XPath Injection</a>.</li>
4343
</references>
4444
</qhelp>

0 commit comments

Comments
 (0)