diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-05-09 23:54:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-09 23:54:48 +0700 |
commit | 319f092748a9d8c8c4ba76ba9e2bed36e814f809 (patch) | |
tree | ed27d6f289be033b35a8a7ec76a61481b899d615 /python/python3-defusedxml/README | |
parent | 74756ed3f19fab2eec16b963e092d4b454a1a44a (diff) |
python/python3-defusedxml: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-defusedxml/README')
-rw-r--r-- | python/python3-defusedxml/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/python3-defusedxml/README b/python/python3-defusedxml/README index 252fe89b4bd84..b0d4050e0c11f 100644 --- a/python/python3-defusedxml/README +++ b/python/python3-defusedxml/README @@ -1 +1,5 @@ -XML bomb protection for Python stdlib modules. +The defusedxml package contains several Python-only workarounds and fixes for +denial of service and other vulnerabilities in Python’s XML libraries. In order +to benefit from the protection you just have to import and use the listed +functions or classes from the right defusedxml module instead of the original +module. |