Skip to content

Commit e879878

Browse files
authored
fix(fp): Suppress false positive CPEs for protobuf-java per #7854 (#8064)
Signed-off-by: Chad Wilson <[email protected]>
1 parent 136b803 commit e879878

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7080,4 +7080,15 @@
70807080
<packageUrl regex="true">^pkg:maven/(?!.*org\.eclipse\.equinox\.p2).*$</packageUrl>
70817081
<cve>CVE-2021-41033</cve>
70827082
</suppress>
7083+
<suppress base="true">
7084+
<notes><![CDATA[
7085+
FP per issue #7854 - protobuf-java has its own dedicated CPE at cpe:/a:google:protobuf-java - other language vulns are
7086+
managed within the core CPE for those based on native implementations.
7087+
Correct CPE vulns: https://nvd.nist.gov/vuln/search#/nvd/home?cpeFilterMode=applicability&cpeName=cpe:2.3:a:*:protobuf-java:*:*:*:*:*:*:*:*&resultType=records
7088+
Wrong CPE vulns: https://nvd.nist.gov/vuln/search#/nvd/home?cpeFilterMode=applicability&cpeName=cpe:2.3:a:*:protobuf:*:*:*:*:*:*:*:*&resultType=records
7089+
]]></notes>
7090+
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf-.*@.*$</packageUrl>
7091+
<cpe>cpe:/a:protobuf:protobuf:</cpe>
7092+
<cpe>cpe:/a:google:protobuf:</cpe>
7093+
</suppress>
70837094
</suppressions>

0 commit comments

Comments
 (0)