aboutsummaryrefslogtreecommitdiff
path: root/python/defusedxml/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-08 08:54:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-08 08:54:30 +0700
commitd1d543f14325f4e1b37507e5f1fbba406b4f3ff3 (patch)
tree3b8050591a1695336341342b7e26d9c1abc8022b /python/defusedxml/README
parent04fef5e1ec6bd96983ae8c44410584bd9108d807 (diff)
python/defusedxml: Removed (Use python3-defusedxml).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/defusedxml/README')
-rw-r--r--python/defusedxml/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/defusedxml/README b/python/defusedxml/README
deleted file mode 100644
index 8d12cf852035d..0000000000000
--- a/python/defusedxml/README
+++ /dev/null
@@ -1,8 +0,0 @@
-The results of an attack on a vulnerable XML library can be fairly
-dramatic. With just a few hundred Bytes of XML data an attacker
-can occupy several Gigabytes of memory within seconds. An attacker
-can also keep CPUs busy for a long time with a small to medium size
-request. Under some circumstances it is even possible to access local
-files on your server, to circumvent a firewall, or to abuse services
-to rebound attacks to third parties. This library allows for XML to
-be parsed in a manner that avoids these pitfalls.