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 28, 2024
1 parent 165dcc9 commit 52e2821
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2023-01-07Z">
<notes><![CDATA[
file name: woodstox-core-6.3.1.jar
Severity: HIGH
False positive. We do not use woodstox and it will be updated with the next spring cloud
dependencies.
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.woodstox/woodstox\-core@.*$</packageUrl>
<vulnerabilityName>CVE-2022-40152</vulnerabilityName>
</suppress>
<suppress until="2023-03-10Z">
<notes><![CDATA[
file name: snakeyaml-1.33.jar
Severity: HIGH
False positive: We are not parsing untrusted user input
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2022-1471</cve>
</suppress>
</suppressions>

0 comments on commit 52e2821

Please sign in to comment.