Skip to content

Commit bcd27d7

Browse files
authored
SSRF: Update the semgrep section (#1910)
1 parent 3fd7cc8 commit bcd27d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cheatsheets/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ To leverage this protection migrate to IMDSv2 and disable old IMDSv1. Check out
319319
## Semgrep Rules
320320

321321
[Semgrep](https://semgrep.dev/) is a command-line tool for offline static analysis. Use pre-built or custom rules to enforce code and security standards in your codebase.
322-
Checkout the Semgrep rule for SSRF to identify/investigate for SSRF vulnerabilities in Java
323-
[https://semgrep.dev/salecharohit:owasp_java_ssrf](https://semgrep.dev/salecharohit:owasp_java_ssrf)
322+
Explore the [Semgrep rules](https://semgrep.dev/r?q=ssrf) for SSRF to effectively identify and investigate potential SSRF vulnerabilities.
324323

325324
## References
326325

0 commit comments

Comments
 (0)