Add the OWASP cheat sheets to general

This commit is contained in:
Jacob Paris
2019-07-23 01:32:53 -06:00
parent ea65489422
commit 9f551a71da
2 changed files with 8 additions and 1 deletions

View File

@@ -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:
- [Kevin](https://github.com/S3B4S) :dog:
- [jacobparis](https://github.com/jacobparis) : Team Devcord
* twitter: @jacobmparis

View File

@@ -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"
}
]
},