From 97236fb07cf0dd06fa47488bea1b6ddaaf9878ae Mon Sep 17 00:00:00 2001 From: BitterPanda <28490560+bitterpanda63@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:15:52 +0000 Subject: [PATCH] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7643632d..0477017f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,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://www.aikido.dev/blog/command-injection-in-2024-unpacked) -* 🛡️ [Path traversal attacks]( https://www.aikido.dev/blog/path-traversal-in-2024-the-year-unpacked) +* 🛡️ [Path traversal attacks](https://www.aikido.dev/blog/path-traversal-in-2024-the-year-unpacked) * 🛡️ [Server-side request forgery (SSRF)](./docs/ssrf.md) Zen operates autonomously on the same server as your Python app to: