Skip to content
Closed
Show file tree
Hide file tree
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
16 changes: 15 additions & 1 deletion core/src/main/resources/dependencycheck-base-hint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,20 @@
<evidence type="product" source="hint analyzer" name="vendor" value="net" confidence="MEDIUM"/>
</add>
</hint>
<hint>
<given>
<evidence type="vendor" source="pom" name="groupid"
value="co.elastic.apm" confidence="HIGHEST"/>
<evidence type="product" source="pom" name="artifactid"
value="elastic-apm-agent" confidence="HIGHEST"/>
</given>
<add>
<evidence type="product" source="hint analyzer"
name="product" value="apm_java_agent"
confidence="HIGHEST"/>
</add>
</hint>


<!-- false negative per issue #8008 -->
<given>
<evidence type="vendor" source="pom" name="groupid" value="co.elastic.apm" confidence="HIGHEST"/>
Expand Down Expand Up @@ -490,5 +503,6 @@
confidence="HIGHEST"/>
</add>
</hint>

</hints>

10 changes: 10 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5370,4 +5370,14 @@
<packageUrl regex="true">^pkg:pypi/zabbix-utils@.*$</packageUrl>
<cpe>cpe:/a:zabbix:zabbix:</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #8540 - com.microsoft.kiota is the Kiota Java client
library (https://github.com/microsoft/kiota-java), not the Kiota
CLI/SDK tool (https://github.com/microsoft/kiota) which the CPE
cpe:2.3:a:microsoft:kiota maps to. These are different products.
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.microsoft\.kiota/.*$</packageUrl>
<cpe>cpe:/a:microsoft:kiota:</cpe>
</suppress>
</suppressions>
Loading