-
Notifications
You must be signed in to change notification settings - Fork 8
/
suppressions.xml
42 lines (40 loc) · 1.48 KB
/
suppressions.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
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
file name: snakeyaml-2.0.jar
Severity: HIGH
These vulnerabilities are not relevant to this project's usage of snakeyaml.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2023-2251</cve>
<cve>CVE-2021-4235</cve>
<cve>CVE-2022-3064</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: LatencyUtils-2.0.3.jar
Not relevant. LatencyUtils is invoked through micrometer instrumentation, which is not
enabled when this project is run.
]]>
</notes>
<cve>CVE-2021-4277</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: commons-compress-1.22.jar
The CVE is specific to the .NET version of the library. This is the Java version.
This is a false positive.
]]>
</notes>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: jackson-core-2.14.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-core@.*$</packageUrl>
<cpe>cpe:/a:fasterxml:jackson-modules-java8</cpe>
<cpe>cpe:/a:json-java_project:json-java</cpe>
</suppress>
</suppressions>