This repository was archived by the owner on Jan 19, 2023. It is now read-only.
This repository was archived by the owner on Jan 19, 2023. It is now read-only.
Incorrect vulnerability details pysaml2 #334
Open
Description
Vulnerability URL
Provide the URL to the vulnerability. For example:
https://ossindex.sonatype.org/vulnerability/sonatype-2018-0212?component-type=pypi&component-name=pysaml2
Component URL
Provide the URL to the component. For example:
https://ossindex.sonatype.org/component/pkg:pypi/[email protected]
Description
OSS says pkg:pypi/[email protected] is subject to a XXE vulnerability.
The mentioned Issue: IdentityPython/pysaml2#508 is closed. The used Xmlsec library disables XXE by default since version 1.2.24. You must now explicitly set the --xxe
flag to enable this. pysaml2 does nowhere set this flag.