From 66f199fbe780261f0aab3966c64f707c542445ee Mon Sep 17 00:00:00 2001 From: Yannick Lyn Fatt Date: Thu, 18 Oct 2018 16:41:28 -0400 Subject: [PATCH] Change link to point to general OWASP Cheat Sheet Series --- _posts/16-08-01-Sites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index 78362a3..16ab8b4 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -10,6 +10,7 @@ title: Other Useful Resources * [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions +* [OWASP Security Cheatsheets](https://www.owasp.org/index.php/OWASP_Cheat_Sheet_Series) - provides a concise collection of high value information on specific application security topics. ### More best practices