Merge pull request #98 from ihacku/patch-1

Update README.md, add OpenRASP. thx @ihacku
This commit is contained in:
sbilly 2018-05-25 14:27:58 +08:00 committed by GitHub
commit 2caaae8d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,6 +246,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
### Runtime Application Self-Protection
- [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.
- [OpenRASP](https://github.com/baidu/openrasp) - An open source RASP solution actively maintained by Baidu Inc. With context-aware detection algorithm the project achieved nearly no false positives. And less than 3% performance reduction is observed under heavy server load.
### Development