From 80cf8a7ca3cf55de1c9b82b0389ef56a82386fa3 Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 16 Jul 2019 14:07:52 +0200 Subject: [PATCH] add 'OWASP Cheat Sheet Series' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 082e9fa..bfa6519 100644 --- a/README.md +++ b/README.md @@ -737,6 +737,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: OWASP ASVS 4.0 - is a list of application security requirements or tests.
  :small_orange_diamond: OWASP Testing Guide v4 - includes a "best practice" penetration testing framework.
  :small_orange_diamond: OWASP Dev Guide - this is the development version of the OWASP Developer Guide.
+  :small_orange_diamond: OWASP Cheat Sheet Series - is a collection of high value information on specific application security topics.
  :small_orange_diamond: Mozilla Web Security - help operational teams with creating secure web applications.
  :small_orange_diamond: Enable CORS - enable cross-origin resource sharing.
  :small_orange_diamond: Application Security Wiki - is an initiative to provide all application security related resources at one place.