From fee327b1b57f76bec0fa278891b59304f61ed281 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sat, 26 Oct 2019 02:45:11 +0200 Subject: [PATCH] add "AntiXSS | Protection against Cross-site scripting (XSS) via PHP" -> https://github.com/voku/anti-xss --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b873613..49be2d5 100644 --- a/README.md +++ b/README.md @@ -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.