summaryrefslogtreecommitdiffstats
path: root/python/python3-defusedxml/README
diff options
context:
space:
mode:
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.