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 a69f622 commit 29b0138
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<?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>
<notes><![CDATA[
file name: snakeyaml-1.33.jar
Expand Down

0 comments on commit 29b0138

Please sign in to comment.