Supported Python cleansing functions
| Function | Flaw class |
|---|---|
jsonify() | CWE-80 |
flask.jsonify() | CWE-80 |
json.dumps() | CWE-80 |
html.escape() | CWE-80 |
markupsafe.escape() | CWE-80 |
flask.escape() | CWE-80 |
bleach.clean() | CWE-80 |
encode() | CWE-117 |
anticrlf() | CWE-117 |
repr() | CWE-117 |