summaryrefslogtreecommitdiffstats
path: root/python/python3-defusedxml/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-05-09 18:54:48 +0200
committer Willy Sudiarto Raharjo2019-05-09 18:54:48 +0200
commit319f092748a9d8c8c4ba76ba9e2bed36e814f809 (patch)
treeed27d6f289be033b35a8a7ec76a61481b899d615 /python/python3-defusedxml/README
parent74756ed3f19fab2eec16b963e092d4b454a1a44a (diff)
downloadslackbuilds-319f092748a9d8c8c4ba76ba9e2bed36e814f809.tar.gz
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/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/python/python3-defusedxml/README b/python/python3-defusedxml/README
index 252fe89b4b..b0d4050e0c 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.