Skip to content

Commit 0040c9f

Browse files
author
Sauyon Lee
committed
Update links to OWASP cheat sheet
1 parent 2bcd418 commit 0040c9f

36 files changed

+48
-48
lines changed

cpp/ql/src/Security/CWE/CWE-079/CgiXss.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ characters before writing to the HTML page.</p>
3434

3535
<li>
3636
OWASP:
37-
<a href="https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet">XSS
37+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html">XSS
3838
(Cross Site Scripting) Prevention Cheat Sheet</a>.
3939
</li>
4040
<li>

csharp/ql/src/Security Features/CWE-079/XSS.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ leaving the website vulnerable to cross-site scripting.</p>
2929

3030
<li>
3131
OWASP:
32-
<a href="https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet">XSS
32+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html">XSS
3333
(Cross Site Scripting) Prevention Cheat Sheet</a>.
3434
</li>
3535
<li>

csharp/ql/src/Security Features/CWE-090/LDAPInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the query cannot be changed by a malicious user.</p>
3333
</example>
3434

3535
<references>
36-
<li>OWASP: <a href="https://www.owasp.org/index.php?title=LDAP_Injection_Prevention_Cheat_Sheet">LDAP Injection Prevention Cheat Sheet</a>.</li>
36+
<li>OWASP: <a href="https://cheatsheetseries.owasp.org/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.html">LDAP Injection Prevention Cheat Sheet</a>.</li>
3737
<li>OWASP: <a href="https://www.owasp.org/index.php/Preventing_LDAP_Injection_in_Java">Preventing LDAP Injection in Java</a>.</li>
3838
<li>AntiXSS doc: <a href="http://www.nudoq.org/#!/Packages/AntiXSS/AntiXssLibrary/Encoder/M/LdapFilterEncode">LdapFilterEncode</a>.</li>
3939
<li>AntiXSS doc: <a href="http://www.nudoq.org/#!/Packages/AntiXSS/AntiXssLibrary/Encoder/M/LdapDistinguishedNameEncode">LdapDistinguishedNameEncode</a>.</li>

csharp/ql/src/Security Features/CWE-451/MissingXFrameOptions.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This next example shows how to specify the <code>X-Frame-Options</code> header w
5151

5252
<li>
5353
OWASP:
54-
<a href="https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet">Clickjacking Defense Cheat Sheet</a>.
54+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/Clickjacking_Defense_Cheat_Sheet.html">Clickjacking Defense Cheat Sheet</a>.
5555
</li>
5656
<li>
5757
Mozilla:

csharp/ql/src/Security Features/CWE-601/UrlRedirect.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It also shows how to remedy the problem by validating the user input against a k
3232

3333
<li>
3434
OWASP:
35-
<a href="https://www.owasp.org/index.php/Unvalidated_Redirects_and_Forwards_Cheat_Sheet">XSS
35+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html">XSS
3636
Unvalidated Redirects and Forwards Cheat Sheet</a>.
3737
</li>
3838
<li>

csharp/ql/src/Security Features/CWE-611/UseXmlSecureResolver.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The solution is to set the <code>DtdProcessing</code> property to <code>DtdProce
3838

3939
<li>
4040
OWASP:
41-
<a href="https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Prevention_Cheat_Sheet">XML External Entity (XXE) Prevention Cheat Sheet</a>.
41+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html">XML External Entity (XXE) Prevention Cheat Sheet</a>.
4242
</li>
4343
<li>
4444
Microsoft Docs: <a href="https://msdn.microsoft.com/en-us/library/system.xml.xmlreadersettings(v=vs.110).aspx#Anchor_6">System.XML: Security considerations</a>.

java/ql/src/Security/CWE/CWE-079/XSS.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ leaving the website vulnerable to cross-site scripting.</p>
2929

3030
<li>
3131
OWASP:
32-
<a href="https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet">XSS
32+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html">XSS
3333
(Cross Site Scripting) Prevention Cheat Sheet</a>.
3434
</li>
3535
<li>

java/ql/src/Security/CWE/CWE-089/SqlTainted.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in the environment variable or user-supplied value are not given any special tre
6767

6868
<li>
6969
OWASP:
70-
<a href="https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet">SQL
70+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html">SQL
7171
Injection Prevention Cheat Sheet</a>.
7272
</li>
7373
<li>The CERT Oracle Secure Coding Standard for Java:

java/ql/src/Security/CWE/CWE-089/SqlUnescaped.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ treatment.</p>
3939

4040
<li>
4141
OWASP:
42-
<a href="https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet">SQL
42+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html">SQL
4343
Injection Prevention Cheat Sheet</a>.
4444
</li>
4545
<li>The CERT Oracle Secure Coding Standard for Java:

java/ql/src/Security/CWE/CWE-319/HttpsUrls.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ connection is a secure SSL connection.</p>
3737
Class HttpsURLConnection</a>.</li>
3838
<li>
3939
OWASP:
40-
<a href="https://www.owasp.org/index.php/Transport_Layer_Protection_Cheat_Sheet">Transport Layer Protection Cheat Sheet</a>.
40+
<a href="https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet.html">Transport Layer Protection Cheat Sheet</a>.
4141
</li>
4242

4343

0 commit comments

Comments
 (0)