From 935744eb6d9aaf8d0b74d4ccfcbc5550b2d2182f Mon Sep 17 00:00:00 2001 From: Invvard <7305493+Invvard@users.noreply.github.com> Date: Fri, 12 Apr 2019 13:20:03 -0400 Subject: [PATCH] Update the URL link The previous landing page informed user to go to the GitHub where the cheatsheet has been moved to --- sections/security/ormodmusage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/security/ormodmusage.md b/sections/security/ormodmusage.md index fa691d71..18cce95c 100644 --- a/sections/security/ormodmusage.md +++ b/sections/security/ormodmusage.md @@ -40,7 +40,7 @@ SELECT username, firstname, lastname FROM users WHERE id = 'evil'input'; 🔗 [OWASP SQL Injection](https://www.owasp.org/index.php/SQL_Injection) -🔗 [OWASP SQL Injection Prevention Cheat Sheet](https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet) +🔗 [OWASP SQL Injection Prevention Cheat Sheet](https://github.com/OWASP/CheatSheetSeries) 🔗 [Testing for NoSQL Injection](https://www.owasp.org/index.php/Testing_for_NoSQL_injection)