Browse Source

Merge pull request #1028 from voku/anti_xss

add "AntiXSS | Protection against Cross-site scripting (XSS) via PHP"
pull/1293/head
Mark Scherer 1 year ago
parent
commit
36d485dff9
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -357,6 +357,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
357 357
 ### Security
358 358
 *Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*
359 359
 
360
+* [AntiXSS](https://github.com/voku/anti-xss) - A library that tries to preventing Cross-Site Scripting (XSS) attacks by blacklisting.
360 361
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
361 362
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
362 363
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.

Loading…
Cancel
Save