From 84bc7fa640483835e9270058d048b9ffc9e37fb1 Mon Sep 17 00:00:00 2001 From: Maciej Domanski Date: Fri, 9 Feb 2024 11:39:06 +0000 Subject: [PATCH] semgrep resource fix --- content/docs/static-analysis/semgrep/99-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-analysis/semgrep/99-resources.md b/content/docs/static-analysis/semgrep/99-resources.md index 143ab98..02b4540 100644 --- a/content/docs/static-analysis/semgrep/99-resources.md +++ b/content/docs/static-analysis/semgrep/99-resources.md @@ -48,7 +48,7 @@ weight: 99 ### Creating custom Semgrep rules -- [11 Semgrep Rules for Go Web Projects](https://universalglue.dev/posts/semgrep-rules-for-go-web-projects/) +- [11 Semgrep Rules for Go Web Projects](https://web.archive.org/web/20231201073324/https://universalglue.dev/posts/semgrep-rules-for-go-web-projects/) - [Detecting Android Content Provider APIs with Semgrep Rules](https://shivasurya.me/security/android/android-security/2022/11/28/android-content-provider-semgrep-detection.html) - [Enforcing Code & Security Standards with Semgrep](https://owasp.org/www-chapter-newcastle-uk/presentations/2021-02-23-semgrep.pdf) - [Using Semgrep to find security issues and misconfiguration in AWS Cloud Development Kit projects](https://blog.aquia.io/blog/2022-02-18-semgrep-cdk/)