How to Install and Uninstall python36-defusedxml Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python36-defusedxml" package

Please follow the instructions below to install python36-defusedxml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-defusedxml

2. Uninstall "python36-defusedxml" package

Please follow the guidance below to uninstall python36-defusedxml on openSuSE Tumbleweed:

$ sudo zypper remove python36-defusedxml

3. Information about the python36-defusedxml package on openSuSE Tumbleweed

Information for package python36-defusedxml:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-defusedxml
Version : 0.7.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 154,2 KiB
Installed : No
Status : not installed
Source package : python-defusedxml-0.7.1-2.2.src
Summary : XML bomb protection for Python stdlib modules
Description :
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 allows for XML to be parsed in a manner that avoids these
pitfalls.