From bf58641913552b83550f8d751eb3f619a734933c Mon Sep 17 00:00:00 2001 From: BitterPanda <28490560+bitterpanda63@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:37:36 +0000 Subject: [PATCH] Link to Aikido Blog for Command Injection attacks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a062ce95..c1fcd8b3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Zen will autonomously protect your Python applications from the inside against: * 🛡️ [NoSQL injection attacks](https://www.aikido.dev/blog/web-application-security-vulnerabilities) * 🛡️ [SQL injection attacks](https://www.aikido.dev/blog/the-state-of-sql-injections) -* 🛡️ [Command injection attacks](https://owasp.org/www-community/attacks/Command_Injection) +* 🛡️ [Command injection attacks](https://www.aikido.dev/blog/command-injection-in-2024-unpacked) * 🛡️ [Path traversal attacks](https://owasp.org/www-community/attacks/Path_Traversal) * 🛡️ [Server-side request forgery (SSRF)](./docs/ssrf.md)