Skip to content

Commit

Permalink
add "AntiXSS | Protection against Cross-site scripting (XSS) via PHP"
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Oct 26, 2019
1 parent 63a4d94 commit fee327b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fee327b

Please sign in to comment.