python-pysaml2 4.9.0-0ubuntu2 source package in Ubuntu

Changelog

python-pysaml2 (4.9.0-0ubuntu2) focal; urgency=medium

  * SECURITY UPDATE: Signature in SAML doc not checked properly
    - debian/patches/CVE-2020-5390.patch: fix XML signature wrapping
      (XSW) in src/saml2/sigver.py, tests/saml2_response_xsw.xml,
      tests/test_xsw.py.
    - CVE-2020-5390

 -- <email address hidden> (Leonidas S. Barbosa)  Tue, 21 Jan 2020 15:07:23 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Sponsored by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pysaml2_4.9.0.orig.tar.gz 4.1 MiB 403e6c2ee612ce1efb1c070b3a7e12a15793d3074f91f65ff0f06d3726b63df6
python-pysaml2_4.9.0-0ubuntu2.debian.tar.xz 10.1 KiB 0b18eb539243829f907c4b0005e90798ce109e7ef8c7bcba5bd0fa39d87dd53c
python-pysaml2_4.9.0-0ubuntu2.dsc 2.5 KiB 2edafb04280dafc88acf1cb869b6d5669aaef8e2ae98bd100f98969bd07e2c5c

Available diffs

View changes file

Binary packages built by this source

python-pysaml2-doc: SAML Version 2 to be used in a WSGI environment - doc

 This package provides a Python implementation of SAML Version 2 to be used in
 a WSGI environment.
 .
 From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
 of the SAML standard for exchanging authentication and authorization data
 between security domains. SAML 2.0 is an XML-based protocol that uses security
 tokens containing assertions to pass information about a principal (usually an
 end user) between a SAML authority, that is, an identity provider, and a SAML
 consumer, that is, a service provider. SAML 2.0 enables web-based
 authentication and authorization scenarios including cross-domain single
 sign-on (SSO), which helps reduce the administrative overhead of distributing
 multiple authentication tokens to the user.
 .
 This package contains the documentation.

python3-pysaml2: SAML Version 2 to be used in a WSGI environment - Python 3.x

 This package provides a Python implementation of SAML Version 2 to be used in
 a WSGI environment.
 .
 From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
 of the SAML standard for exchanging authentication and authorization data
 between security domains. SAML 2.0 is an XML-based protocol that uses security
 tokens containing assertions to pass information about a principal (usually an
 end user) between a SAML authority, that is, an identity provider, and a SAML
 consumer, that is, a service provider. SAML 2.0 enables web-based
 authentication and authorization scenarios including cross-domain single
 sign-on (SSO), which helps reduce the administrative overhead of distributing
 multiple authentication tokens to the user.
 .
 This package contains the Python 3.x module.