Skip to content

Commit d38961a

Browse files
committed
another
1 parent ab61510 commit d38961a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildscripts/dependency-check-suppressions.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
<packageUrl regex="true">^pkg:maven/com\.squareup\.wire/wire-runtime-jvm@.*$</packageUrl>
66
<cpe>cpe:/a:wire:wire</cpe>
77
</suppress>
8+
<suppress>
9+
<!-- this package is misidentified by OWASP as Prometheus server -->
10+
<packageUrl regex="true">^pkg:maven/io\.opentelemetry/opentelemetry-exporter-prometheus@.*$</packageUrl>
11+
<cpe>cpe:/a:prometheus:prometheus</cpe>
12+
</suppress>
813
</suppressions>

0 commit comments

Comments
 (0)