File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ tasks {
58
58
// exclude because it would be shaded twice and the META-INF/services/ would be io.opentelemetry.javaagent.shaded.io.grpc
59
59
exclude(" inst/META-INF/services/io.grpc*" )
60
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/**" )
61
65
exclude(" **/module-info.class" )
62
66
manifest {
63
67
attributes.put(" Implementation-Title" , " javaagent" )
You can’t perform that action at this time.
0 commit comments