Book "Secure by Design" under Web/Development

This commit is contained in:
Dan Bergh Johnsson 2017-01-19 22:52:16 +01:00 committed by GitHub
parent 2005b58280
commit 248d656a1f

View File

@ -34,6 +34,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
- [Web Application Firewall](#web-application-firewall)
- [Scanning / Pentesting](#scanning--pentesting-1)
- [Runtime Application Self-Protection](#runtime-application-self-protection)
- [Runtime Application Self-Protection](#runtime-application-self-protection)
- [Big Data](#big-data)
- [DevOps](#devops)
- [Other Awesome Lists](#other-awesome-lists)
@ -225,6 +226,11 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
- [Sqreen](https://www.sqreen.io/) - Sqreen is a Runtime Application Self-Protection (RASP) solution for software teams. An in-app agent instruments and monitors the app. Suspicious user activities are reported and attacks are blocked at runtime without code modification or traffic redirection.
### Development
- [Secure by Design](https://www.manning.com/books/secure-by-design?a_aid=danbjson&a_bid=0b3fac80) - Book that identifies design patterns and coding styles that make lots of security vulnerabilities less likely. (early access, published continuously, final release fall 2017)
## Big Data
- [data_hacking](https://github.com/ClickSecurity/data_hacking) - Examples of using IPython, Pandas, and Scikit Learn to get the most out of your security data.