slackbuilds_ponce/python/defusedxml
Markus Rinne 76b5b0f4f7
python/defusedxml: Switch to PyPI.
This makes the SlackBuild consistent with python3-defusedxml.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-10-06 01:04:37 +07:00
..
defusedxml.info
defusedxml.SlackBuild
README
slack-desc

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.