From 9f551a71da2cf74c264183767fcf0a6c4d65fd25 Mon Sep 17 00:00:00 2001 From: Jacob Paris Date: Tue, 23 Jul 2019 01:32:53 -0600 Subject: [PATCH] Add the OWASP cheat sheets to general --- CONTRIBUTORS.md | 4 +++- store.json | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 32163a3..e72c2f0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,4 +3,6 @@ These are lovely people who have helped this project: - [lostdesign](https://github.com/lostdesign) : Active Contributor and currently also the main contributor. * twitter: @lostdesign -- [Kevin](https://github.com/S3B4S) :dog: \ No newline at end of file +- [Kevin](https://github.com/S3B4S) :dog: +- [jacobparis](https://github.com/jacobparis) : Team Devcord + * twitter: @jacobmparis \ No newline at end of file diff --git a/store.json b/store.json index 82b569a..2e36b88 100644 --- a/store.json +++ b/store.json @@ -403,6 +403,11 @@ "title": "The A11Y Checklist", "desc": "This checklist uses the The Web Content Accessibility Guidelines (WCAG) as a reference point. The WCAG is a shared standard for web content accessibility for individuals, organizations, and governments.", "url": "https://a11yproject.com/checklist/" + }, + { + "title": "OWASP Security Cheat Sheets", + "desc": "A concise collection of high value information on specific applied security topics", + "url": "https://github.com/OWASP/CheatSheetSeries/blob/master/Index.md" } ] },