Merge pull request #11 from BenjamenMeyer/enhancement-secure-programming-howto

Enhancement: Secure Programming HOWTO
This commit is contained in:
Alexey Migutsky 2017-09-06 11:57:58 +02:00 committed by GitHub
commit 19b396eefd
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ But knowing the stuff will help you become better! :muscle:*
- [RegexHQ](https://github.com/regexhq) - [RegexHQ](https://github.com/regexhq)
### Security ### Security
- :book: [Security Programming] (https://www.dwheeler.com/secure-programs/)
- :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto) - :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto)
- :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security) - :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security)
- [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) - [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project)