File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353
5454 annotationProcessor(" org.openrewrite:rewrite-templating:${rewriteVersion} " )
5555 implementation(" org.openrewrite:rewrite-templating:${rewriteVersion} " )
56- compileOnly(" com.google.errorprone:error_prone_core:2.19.1 :with-dependencies" ) {
56+ compileOnly(" com.google.errorprone:error_prone_core:2.+ :with-dependencies" ) {
5757 exclude(" com.google.auto.service" , " auto-service-annotations" )
5858 }
5959
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
3+ <suppress until =" 2024-11-25Z" >
4+ <notes ><![CDATA[
5+ file name: rewrite-testing-frameworks-2.20.0-SNAPSHOT.jar: wiremock-jre8-2.35.0.jar: swagger-ui-bundle.js
6+ false positive: js library that is shipped as part of this jar
7+ ]]> </notes >
8+ <packageUrl regex =" true" >^pkg:javascript/DOMPurify@.*$</packageUrl >
9+ <vulnerabilityName >CVE-2024-45801</vulnerabilityName >
10+ </suppress >
311</suppressions >
You can’t perform that action at this time.
0 commit comments