Skip to content

Commit 013078c

Browse files
authored
Merge pull request #1158 from microsoft/trask/improve-cve-matching
Improve CVE matching
2 parents 40a7d36 + aefe4e3 commit 013078c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
33
<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>
4+
<notes>org.glowroot.instrumentation:instrumentation-logback should not be matched to logback:logback</notes>
85
<packageUrl regex="true">^pkg:maven/org\.glowroot\.instrumentation/instrumentation\-logback@.*$</packageUrl>
9-
<cve>CVE-2017-5929</cve>
6+
<cpe>cpe:/a:logback:logback</cpe>
107
</suppress>
11-
</suppressions>
8+
</suppressions>

0 commit comments

Comments
 (0)