blob: a3be14e7b48b3b8c7161f3f3a93e1b9bea322aa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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>
</suppressions>
|