1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-07 19:09:06 +00:00

Merge pull request #1028 from voku/anti_xss

add "AntiXSS | Protection against Cross-site scripting (XSS) via PHP"
This commit is contained in:
Mark Scherer 2024-07-04 14:44:48 +02:00 committed by GitHub
commit 36d485dff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,6 +357,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Security
*Libraries for generating secure random numbers, encrypting data and scanning and testing 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.
* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.