You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using com.amazonaws.serverless:aws-serverless-java-container-springboot2:1.9 in a project, built using Gradle if it matters. This pulls in commons-io:2.2 via the following chain:
The release notes for version 1.8 contain the claim:
Explicitly set commons-io version to 2.11.0 to avoid older transitive dependency version (CVE-2021-29425)
But that does not seem to work. I actually looked through the pom.xml files for both 1.8 and 1.9 and I can’t find any trace of this. Maybe a relevant commit was accidentally dropped?
The text was updated successfully, but these errors were encountered:
bogdanb
changed the title
Transitive dependency on commons-io version to 2.11.0 to avoid older transitive dependency version
Transitive dependency on commons-io 2.2, which is vulnerable
Dec 2, 2022
Serverless Java Container version:
1.9
Implementations:
Spring Boot 2
Framework version:
SpringBoot 2.6.6
Frontend service: N/A
Deployment method: N/A
Scenario
I’m using
com.amazonaws.serverless:aws-serverless-java-container-springboot2:1.9
in a project, built using Gradle if it matters. This pulls incommons-io:2.2
via the following chain:The release notes for version 1.8 contain the claim:
But that does not seem to work. I actually looked through the
pom.xml
files for both 1.8 and 1.9 and I can’t find any trace of this. Maybe a relevant commit was accidentally dropped?The text was updated successfully, but these errors were encountered: