Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix security issues due to transitive dependency icu4j #2

Merged
merged 1 commit into from
May 26, 2022

Conversation

pedro93
Copy link
Collaborator

@pedro93 pedro93 commented May 26, 2022

(Copy from linkedin#790)
These dependencies are brought in when using latest release of rest.li

--- org.antlr:antlr4:4.7.2
+--- org.antlr:antlr4-runtime:4.7.2
+--- org.antlr:antlr-runtime:3.5.2
+--- org.antlr:ST4:4.1
| --- org.antlr:antlr-runtime:3.5.2
+--- org.abego.treelayout:org.abego.treelayout.core:1.0.3
+--- org.glassfish:javax.json:1.0.4
--- com.ibm.icu:icu4j:61.1
OWASP scanner on a sample project shows these vulnerabilities

Upgrading to latest 4.10.1 we get these

--- org.antlr:antlr4:4.10.1
+--- org.antlr:antlr4-runtime:4.10.1
+--- org.antlr:antlr-runtime:3.5.3
+--- org.antlr:ST4:4.3.3
| --- org.antlr:antlr-runtime:3.5.2 -> 3.5.3
+--- org.abego.treelayout:org.abego.treelayout.core:1.0.3
+--- org.glassfish:javax.json:1.0.4
--- com.ibm.icu:icu4j:69.1
After update 0 CVEs

Ref

https://plugins.gradle.org/plugin/org.owasp.dependencycheck
https://jeremylong.github.io/DependencyCheck/dependency-check-gradle/index.html

@pedro93 pedro93 merged commit 88f5a74 into master May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant