Skip to content

Commit

Permalink
Suppressing vulnerabilities
Browse files Browse the repository at this point in the history
No new versions are available.
  • Loading branch information
pstreef committed Oct 11, 2024
1 parent fb0c122 commit 87578b8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2024-10-12">
<suppress until="2024-12-12">
<notes><![CDATA[
file name: okio-jvm-2.8.0.jar
sev: HIGH
Expand All @@ -9,7 +9,7 @@
<packageUrl regex="true">^pkg:maven/com\.squareup\.okio/okio@.*$</packageUrl>
<cve>CVE-2023-3635</cve>
</suppress>
<suppress until="2024-10-12">
<suppress until="2024-12-12">
<notes><![CDATA[
file name: develocity-gradle-plugin-3.17.6.jar: junit-platform-engine-1.10.3.jar
sev: CRITICAL
Expand All @@ -19,7 +19,7 @@
<cve>CVE-2023-45163</cve>
<cve>CVE-2023-5964</cve>
</suppress>
<suppress until="2024-10-12">
<suppress until="2024-12-12">
<notes><![CDATA[
file name: gradle-enterprise-gradle-plugin-3.17.6.jar
]]></notes>
Expand All @@ -32,4 +32,11 @@
<cve>CVE-2020-15773</cve>
<cve>CVE-2020-15767</cve>
</suppress>
<suppress until="2024-12-12">
<notes><![CDATA[
file name: javax.json-1.1.4.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish/javax\.json@.*$</packageUrl>
<vulnerabilityName>CVE-2023-7272</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit 87578b8

Please sign in to comment.