Merge pull request #53 from danberghjohnsson/master

Added development book "Secure by Design", thx @danberghjohnsson
This commit is contained in:
sbilly 2017-01-24 14:41:22 +08:00 committed by GitHub
commit 5b52ac5afe

View File

@ -225,6 +225,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.