add "AntiXSS | Protection against Cross-site scripting (XSS) via PHP"

-> https://github.com/voku/anti-xss
This commit is contained in:
Lars Moelleken 2019-10-26 02:45:11 +02:00
parent 63a4d94d77
commit fee327b1b5
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Security
*Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
* [AntiXSS](https://github.com/voku/anti-xss) - A library that tries to preventing Cross-Site Scripting (XSS) attacks by blacklisting.
* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.