소스 검색

Merge pull request #1028 from voku/anti_xss

add "AntiXSS | Protection against Cross-site scripting (XSS) via PHP"
pull/1293/head
Mark Scherer 1 년 전
부모
커밋
36d485dff9
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      README.md

+ 1
- 0
README.md 파일 보기

@@ -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…
취소
저장