spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 484 forks source link

Update Venocity for CVE-2021-29425 Mitigation #513

Open jasonparallel opened 3 years ago

jasonparallel commented 3 years ago

The current version of Venocity uses the shade plugin to copy commons-io:commons-io:2.5 into it's jar (in it's namespace).

CVE-2021-29425 "In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value."