Skip to content

Commit 3c2f9f9

Browse files
committed
fix: update CPE pattern to remove FP
resolves #7683
1 parent 5346f80 commit 3c2f9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/dependencycheck-base-suppression.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
FP per #3230
203203
]]></notes>
204204
<packageUrl regex="true">^pkg:maven/io\.github\.x\-stream/mxparser@.*$</packageUrl>
205-
<cpe>cpe:/a:xstream_project:xstream</cpe>
205+
<cpe regex="true">cpe:/a:xstream(_project)?:xstream</cpe>
206206
<cpe>cpe:/a:oracle:jdk</cpe>
207207
</suppress>
208208
<suppress base="true">
@@ -1700,7 +1700,7 @@
17001700
Suppresses false positives for components within guava.
17011701
]]></notes>
17021702
<packageUrl regex="true">^pkg:maven/com\.h3xstream\.retirejs/retirejs\-core@.*$</packageUrl>
1703-
<cpe>cpe:/a:xstream_project:xstream</cpe>
1703+
<cpe regex="true">cpe:/a:xstream(_project)?:xstream</cpe>
17041704
</suppress>
17051705
<suppress base="true">
17061706
<notes><![CDATA[

0 commit comments

Comments
 (0)