Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2630,6 +2630,40 @@
<cpe>cpe:/a:apple:java</cpe>
<cpe>cpe:/a:unicode:unicode:</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
False positive per issue #7706; DUPlICATE of above rule
the CVEs listed are in the C++ part of the ICU project (and are currently all CVEs listed
against ICU project; nevertheless we should not suppress the CPE itself to avoid false negatives
when the CVE is in the icu4j (cpe:2.3:a:icu-project:international_components_for_unicode:*:*:*:*:*:java:*:*
/ cpe:2.3:a:unicode:international_components_for_unicode:*:*:*:*:*:java:*:*) CPE
cpe cpe:/a:unicode:unicode is the unicode specification
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.graalvm\.shadowed/icu4j@.*$</packageUrl>
<cve>CVE-2020-21913</cve>
<cve>CVE-2014-9654</cve>
<cve>CVE-2014-9911</cve>
<cve>CVE-2016-6293</cve>
<cve>CVE-2016-7415</cve>
<cve>CVE-2017-14952</cve>
<cve>CVE-2017-17484</cve>
<cve>CVE-2015-5922</cve>
<cve>CVE-2007-4771</cve>
<cve>CVE-2020-10531</cve>
<cve>CVE-2011-4599</cve>
<cve>CVE-2014-7923</cve>
<cve>CVE-2014-7926</cve>
<cve>CVE-2014-7940</cve>
<cve>CVE-2014-8146</cve>
<cve>CVE-2014-8147</cve>
<cve>CVE-2017-7867</cve>
<cve>CVE-2017-7868</cve>
<cve>CVE-2007-4770</cve>
<cve>CVE-2017-15396</cve>
<cve>CVE-2017-15422</cve>
<cpe>cpe:/a:apple:java</cpe>
<cpe>cpe:/a:unicode:unicode:</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
False positive per issue #854
Expand Down