Package: python3-onelogin-saml2 / 1.12.0-2+deb12u1

Metadata

Package Version Patches format
python3-onelogin-saml2 1.12.0-2+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 fix test payloads 1 of 3.patch | (download)

tests/data/logout_requests/invalids/invalid_issuer.xml | 2 1 + 1 - 0 !
tests/data/logout_requests/invalids/invalid_issuer.xml.base64 | 2 1 + 1 - 0 !
tests/data/logout_requests/invalids/no_nameId.xml | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix payloads of tests that had expiration dates on may 2023
002 fix test payloads 2 of 3.patch | (download)

tests/data/responses/invalids/duplicated_attributes.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/empty_destination.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/empty_nameid.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/invalid_audience.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/no_authnstatement.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/no_saml2.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/no_signature.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/no_status.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/no_status_code.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/not_before_failed.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/invalids/signature_wrapping_attack2.xml.base64 | 1 1 + 0 - 0 !
tests/data/responses/invalids/signed_assertion_response.xml.base64 | 2 1 + 1 - 0 !
12 files changed, 12 insertions(+), 11 deletions(-)

 set notonorafter to year 2993 so payloads not expire and tests keep working
003 fix test payloads 3 of 3.patch | (download)

tests/data/responses/invalids/signed_assertion_response.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/pretty_signed_message_response.xml | 10 5 + 5 - 0 !
tests/data/responses/signed_assertion_response.xml.base64 | 2 1 + 1 - 0 !
tests/data/responses/signed_message_response.xml.base64 | 2 1 + 1 - 0 !
tests/src/OneLogin/saml2_tests/response_test.py | 3 2 + 1 - 0 !
5 files changed, 10 insertions(+), 9 deletions(-)

 fix more payloads