-
Notifications
You must be signed in to change notification settings - Fork 81
/
dependency-check-suppression.xml
35 lines (35 loc) · 1.45 KB
/
dependency-check-suppression.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
This CVE does not apply because the POM verifies a Maven version that is not affected.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.maven/maven-artifact-manager@.*$</packageUrl>
<vulnerabilityName>CVE-2021-26291</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
This CVE does not apply because the utility is only used to read project files at build time.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus-utils@.*$</packageUrl>
<vulnerabilityName>CVE-2017-1000487</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
This CVE does not apply because this CVE refers to an unrelated project.
]]></notes>
<vulnerabilityName>CVE-2023-4586</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
This CVE does not apply because this CVE refers to an unrelated project.
]]></notes>
<vulnerabilityName>CVE-2022-4244</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
This CVE does not apply because this CVE refers to an unrelated project.
]]></notes>
<vulnerabilityName>CVE-2022-4245</vulnerabilityName>
</suppress>
</suppressions>