1
0
mirror of https://github.com/mtdvio/every-programmer-should-know.git synced 2025-07-31 12:00:25 +02:00

Enhancement: Secure Programming HOWTO

- Reference more thorough Secure Programming HOWTO; OWASP is not
  all there is to Secure Programming.
This commit is contained in:
BenjamenMeyer
2017-09-05 17:16:56 -04:00
parent 9c725f58d5
commit 1f70e6cc9d

View File

@@ -56,6 +56,7 @@ But knowing the stuff will help you become better! :muscle:*
- [RegexHQ](https://github.com/regexhq)
### 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)
- :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)