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

Last updated: May 17,2024

1. Install "python38-defusedxml" package

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

$ sudo zypper refresh $ sudo zypper install python38-defusedxml

2. Uninstall "python38-defusedxml" package

Please follow the steps below to uninstall python38-defusedxml on openSuSE Tumbleweed:

$ sudo zypper remove python38-defusedxml

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

Information for package python38-defusedxml:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-defusedxml
Version : 0.7.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 154,7 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.