We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b721b commit 02c4dabCopy full SHA for 02c4dab
javaagent/build.gradle.kts
@@ -60,6 +60,7 @@ tasks {
60
}
61
// Fix CVE-2024-7254, opentelemetry-javaagent brings in io.prometheus.metrics which uses deps of high vulnerability protobuf-java version
62
// This was fixed in 2.x.x versions of opentelemetry-javaagent(which needs us to upgrade from 1.33.0)
63
+ // TODO: Remove this exclusion after otel-javaagent upgrade which has CVE-2024-7254 fix
64
exclude("inst/io/prometheus/metrics/shaded/com_google_protobuf_3_21_7/**")
65
exclude("**/module-info.class")
66
manifest {
0 commit comments