blob: 86e10bebb26ce688e8de44f098f259ae057a956f (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
This CVE only affect Multiplatform Gradle Projects, which this project is not.
]]></notes>
<cve>CVE-2022-24329</cve>
</suppress>
<suppress>
<notes><![CDATA[
This CVE is a false positive as the description refers to a GO library (github.com/containers/storage).
]]></notes>
<packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
<cve>CVE-2021-20291</cve>
</suppress>
<suppress>
<notes><![CDATA[
This CVE is a false positive as javalite isn't affected according to:
https://cloud.google.com/support/bulletins#gcp-2022-001
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-javalite@.*$</packageUrl>
<cve>CVE-2021-22569</cve>
</suppress>
<suppress>
<notes><![CDATA[
This CVE is tracked externally and is therefore suppressed in the automatic audit checks.
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-javalite@.*$</packageUrl>
<cve>CVE-2022-3171</cve>
</suppress>
</suppressions>
|