mirror of
https://github.com/qazbnm456/awesome-web-security.git
synced 2025-03-12 17:56:33 -04:00
add 'DOMPurify'
This commit is contained in:
parent
e90d6e0764
commit
4e6c3f931b
@ -505,6 +505,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
||||
<a name="tools-preventing"></a>
|
||||
### Preventing
|
||||
|
||||
- [DOMPurify](https://github.com/cure53/DOMPurify) - DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by [Cure53](https://cure53.de/).
|
||||
- [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin).
|
||||
- [Acra](https://github.com/cossacklabs/acra) - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/).
|
||||
|
||||
|
@ -538,6 +538,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
||||
<a name="tools-preventing"></a>
|
||||
### Preventing
|
||||
|
||||
- [DOMPurify](https://github.com/cure53/DOMPurify) - DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by [Cure53](https://cure53.de/).
|
||||
- [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin).
|
||||
- [Acra](https://github.com/cossacklabs/acra) - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/).
|
||||
|
||||
|
@ -501,6 +501,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
||||
<a name="tools-preventing"></a>
|
||||
### Preventing
|
||||
|
||||
- [DOMPurify](https://github.com/cure53/DOMPurify) - DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG by [Cure53](https://cure53.de/).
|
||||
- [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin).
|
||||
- [Acra](https://github.com/cossacklabs/acra) - Client-side encryption engine for SQL databases, with strong selective encryption, SQL injections prevention and intrusion detection by [@cossacklabs](https://www.cossacklabs.com/).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user