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.
2 parents 40a7d36 + aefe4e3 commit 013078cCopy full SHA for 013078c
agent/dependency-check-suppressions.xml
@@ -1,11 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3
<suppress>
4
- <notes><![CDATA[
5
- file name: instrumentation-logback-0.14.2.jar
6
- This is logback instrumentation, not the logback library itself.
7
- ]]></notes>
+ <notes>org.glowroot.instrumentation:instrumentation-logback should not be matched to logback:logback</notes>
8
<packageUrl regex="true">^pkg:maven/org\.glowroot\.instrumentation/instrumentation\-logback@.*$</packageUrl>
9
- <cve>CVE-2017-5929</cve>
+ <cpe>cpe:/a:logback:logback</cpe>
10
</suppress>
11
-</suppressions>
+</suppressions>
0 commit comments