Closed mjechow closed 2 years ago
Upgrading within 2.X shouldn't be an issue. I'll check that soon.
xmlsec 2.3.0 removes the local file-system and HTTP resolvers by default: https://issues.apache.org/jira/browse/SANTUARIO-573.
Adding them if needed is easy, using one of the following:
SignedDataObjects
/SignatureSpecificVerificationOptions
(see this commit)ResourceResolver.register()
.I'll release xades4j soon and add this on the release notes as well.
Fantastic, thank you!
What steps will reproduce the problem?
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below. In Versions below 2.2.3 Woodstox 5.2.1 is used and it has a know vulnerability https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250 witch was fixed in https://mvnrepository.com/artifact/com.fasterxml.woodstox/woodstox-core/6.2.3