diff options
Diffstat (limited to 'devel/py-defusedxml/pkg-descr')
-rw-r--r-- | devel/py-defusedxml/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py-defusedxml/pkg-descr b/devel/py-defusedxml/pkg-descr new file mode 100644 index 000000000000..3dbe0ac67adb --- /dev/null +++ b/devel/py-defusedxml/pkg-descr @@ -0,0 +1,9 @@ +Defusing XML bombs and other exploits + +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. This library prevents +such issues. + +WWW: https://bitbucket.org/tiran/defusedxml |