python/python3-defusedxml: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
67a223e6ef
commit
0bc9c21eea
|
@ -1,5 +1,5 @@
|
|||
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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue