Skip to content

Commit

Permalink
refactor: remove expired suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka and TeamModerne committed Feb 27, 2024
1 parent 84d98e4 commit 9f17945
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,57 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2023-07-19Z">
<notes><![CDATA[
file name: commons-text-1.10.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.commons/commons\-text@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress until="2023-07-19Z">
<notes><![CDATA[
file name: LatencyUtils-2.0.3.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.latencyutils/LatencyUtils@.*$</packageUrl>
<cpe>cpe:/a:utils_project:utils</cpe>
</suppress>
<suppress until="2023-07-19Z">
<notes><![CDATA[
file name: commons-compress-1.23.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.commons/commons\-compress@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress until="2023-07-19Z">
<notes><![CDATA[
file name: javax.json-1.1.4.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish/javax\.json@.*$</packageUrl>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress until="2023-07-19Z">
<notes><![CDATA[
file name: snakeyaml-2.0.jar
Severity: HIGH
False positive: We are not parsing untrusted user input and this is not used directly in this project.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2021-4235</cve>
<cpe>cpe:/a:snakeyaml_project:snakeyaml</cpe>
<cpe>cpe:/a:yaml_project:yaml</cpe>
</suppress>
<suppress until="2023-07-19Z">
<notes><![CDATA[
file name: stax2-api-4.2.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.codehaus\.woodstox/stax2\-api@.*$</packageUrl>
<cpe>cpe:/a:fasterxml:woodstox</cpe>
</suppress>
<suppress until="2023-07-03Z">
<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>

0 comments on commit 9f17945

Please sign in to comment.