From 918d42698513d0e5a3e72f1cbba3eded7b354629 Mon Sep 17 00:00:00 2001 From: Yannick Lyn Fatt Date: Sun, 14 Oct 2018 23:51:14 -0400 Subject: [PATCH 1/2] Remove PHP Security Cheat Sheet link This link has been marked for deletion on the OWASP website. In light of this, perhaps the link should be removed from PHP The Right Way. --- _posts/16-08-01-Sites.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index 3953aae..78362a3 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -10,7 +10,6 @@ title: Other Useful Resources * [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions -* [PHP Security Cheatsheet](https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet) ### More best practices From 66f199fbe780261f0aab3966c64f707c542445ee Mon Sep 17 00:00:00 2001 From: Yannick Lyn Fatt Date: Thu, 18 Oct 2018 16:41:28 -0400 Subject: [PATCH 2/2] 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