Skip to content

Commit

Permalink
Merge pull request #1 from OWASP/master
Browse files Browse the repository at this point in the history
Merge master to patch
  • Loading branch information
Dmitry Archie committed May 17, 2019
2 parents cf28dea + d1c72d1 commit 312d723
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .markdownlint.json
Expand Up @@ -39,5 +39,7 @@
"MD042": true,
"MD043": false,
"MD044": false,
"MD045": true
}
"MD045": true,
"MD046": true,
"MD047": false
}
8 changes: 4 additions & 4 deletions cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md
Expand Up @@ -339,10 +339,10 @@ The `SanitizeHelper` module provides a set of methods for scrubbing text of unde
```
**Other libraries that provide HTML Sanitization include:**
- [HTML sanitizer](https://github.com/google/closure-library/tree/master/closure/goog/html/sanitizer) from [Google Closure Library](https://developers.google.com/closure/library/)
- [PHP HTML Purifier](http://htmlpurifier.org/).
- [JavaScript/Node.js Bleach](https://github.com/ecto/bleach).
- [Python Bleach](https://pypi.python.org/pypi/bleach).
- [HTML sanitizer](https://github.com/google/closure-library/blob/master/closure/goog/html/sanitizer/htmlsanitizer.js) from [Google Closure Library](https://developers.google.com/closure/library/) (JavaScript/Node.js, [docs](https://google.github.io/closure-library/api/goog.html.sanitizer.HtmlSanitizer.html))
- [DOMPurify](https://github.com/cure53/DOMPurify) (JavaScript, requires [jsdom](https://github.com/jsdom/jsdom) for Node.js)
- [PHP HTML Purifier](http://htmlpurifier.org/)
- [Python Bleach](https://pypi.python.org/pypi/bleach)
## RULE \#7 - Avoid JavaScript URL's
Expand Down

0 comments on commit 312d723

Please sign in to comment.