Skip to content

Commit

Permalink
update to latest error prone to remove [email protected] vulnerabi…
Browse files Browse the repository at this point in the history
…lity (#597)
  • Loading branch information
natedanner authored Oct 1, 2024
1 parent 631f966 commit 14a48ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dependencies {
runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:$rewriteVersion")

annotationProcessor("org.openrewrite:rewrite-templating:$rewriteVersion")
compileOnly("com.google.errorprone:error_prone_core:2.19.1") {
compileOnly("com.google.errorprone:error_prone_core:2.+") {
exclude("com.google.auto.service", "auto-service-annotations")
}
implementation("org.mongodb:mongo-java-driver:3.12.+")
Expand Down
8 changes: 8 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@
<packageUrl regex="true">^pkg:maven/org\.springframework\.data/spring-data-mongodb@.*$</packageUrl>
<cve>CVE-2022-22980</cve>
</suppress>
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-testing-frameworks-2.20.0-SNAPSHOT.jar: wiremock-jre8-2.35.0.jar: swagger-ui-bundle.js
false positive: js library that is shipped as part of this jar
]]></notes>
<packageUrl regex="true">^pkg:javascript/DOMPurify@.*$</packageUrl>
<vulnerabilityName>CVE-2024-45801</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit 14a48ce

Please sign in to comment.