defusedxml 0.6.0-2 source package in Ubuntu

Changelog

defusedxml (0.6.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Debian Janitor ]
  * Remove obsolete fields Name from debian/upstream/metadata.
  * Set upstream metadata fields: Bug-Database, Repository.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #942945, #936382

 -- Sandro Tosi <email address hidden>  Wed, 19 Feb 2020 18:38:19 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
defusedxml_0.6.0-2.dsc 2.0 KiB ebc06e9f6417a6d72c51fcaa54aba7f038e28ab09610a7fc06da79c6ae8d9ecb
defusedxml_0.6.0.orig.tar.gz 61.2 KiB f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5
defusedxml_0.6.0-2.debian.tar.xz 8.5 KiB b495ec628d01bc4fa502e60635786dfbf0a3103d9725db968337442f58a8718f

Available diffs

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.