defusedxml 0.7.1-1 source package in Ubuntu
Changelog
defusedxml (0.7.1-1) unstable; urgency=medium * Team upload. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Debian Janitor ] * Set upstream metadata fields: Bug-Submit. * Update standards version to 4.5.0, no changes needed. * Bump debhelper from old 12 to 13. + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this. * Update standards version to 4.5.1, no changes needed. [ Gordon Ball ] * d/watch: use github as upstream, drop expired signing key * New upstream version 0.7.1 * Rebase patches, drop all * Update homepage to github.com/tiran/defusedxml * Rules-requires-root: no * docs: drop (generated) README.html * Standards-Version: 4.6.0 * Add autopkgtest -- Gordon Ball <email address hidden> Tue, 12 Oct 2021 17:52:18 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc | |
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
defusedxml_0.7.1-1.dsc | 2.1 KiB | 700f16859a53a0e6522f6de0de37a73640ccd4007e9a3b53029a31d99b646466 |
defusedxml_0.7.1.orig.tar.gz | 33.9 KiB | 93cdbc6c5c9d3dc08991a9804253933491a5a7f3c2d8583e54337e5469c73849 |
defusedxml_0.7.1-1.debian.tar.xz | 3.8 KiB | 1e027ae1aa5d10f24a447ade0a2b6593d8b5baa3f4e2dd71187dd9ee4831a4c9 |
Available diffs
- diff from 0.6.0-2 to 0.7.1-1 (57.5 KiB)
No changes file available.
Binary packages built by this source
- python3-defusedxml: XML bomb protection for Python stdlib modules (for Python 3)
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.
.
This package contains the module for the Python 3 interpreter.