Skip to content

Commit 0589de2

Browse files
authored
Update OWASP links (#32055)
Fixes #32054
1 parent 8f774f3 commit 0589de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/fundamentals/code-analysis/quality-rules/ca3005.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For the user-controlled portion of LDAP statements, consider one o:
4343
- Disallow special character
4444
- Escape special characters.
4545

46-
See [OWASP's LDAP Injection Prevention Cheat Sheet](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.md) for more guidance.
46+
See [OWASP's LDAP Injection Prevention Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.html) for more guidance.
4747

4848
## When to suppress warnings
4949

docs/standard/serialization/binaryformatter-security-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ Another scenario is where the data file is stored in cloud storage and automatic
8383

8484
* [YSoSerial.Net](https://github.com/pwntester/ysoserial.net) for research into how adversaries attack apps that utilize `BinaryFormatter`.
8585
* General background on deserialization vulnerabilities:
86-
* [OWASP Top 10 - A8:2017-Insecure Deserialization](https://owasp.org/www-project-top-ten/OWASP_Top_Ten_2017/Top_10-2017_A8-Insecure_Deserialization)
86+
* [OWASP: Deserialization of Untrusted Data](https://owasp.org/www-community/vulnerabilities/Deserialization_of_untrusted_data)
8787
* [CWE-502: Deserialization of Untrusted Data](https://cwe.mitre.org/data/definitions/502.html)

0 commit comments

Comments
 (0)