Skip to content

Commit b88ac02

Browse files
ziekaTeamModerne
andcommitted
refactor: remove expired suppressions
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.dependencies.RemoveExpiredSuppressions?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
1 parent 193b642 commit b88ac02

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

suppressions.xml

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3-
<suppress until="2023-01-07Z">
4-
<notes><![CDATA[
5-
file name: woodstox-core-6.3.1.jar
6-
Severity: HIGH
7-
False positive. We do not use woodstox and it will be updated with the next spring cloud
8-
dependencies.
9-
]]></notes>
10-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.woodstox/woodstox\-core@.*$</packageUrl>
11-
<vulnerabilityName>CVE-2022-40152</vulnerabilityName>
12-
</suppress>
13-
<suppress until="2023-03-10Z">
14-
<notes><![CDATA[
15-
file name: snakeyaml-1.33.jar
16-
Severity: HIGH
17-
False positive: We are not parsing untrusted user input
18-
]]></notes>
19-
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
20-
<cve>CVE-2022-1471</cve>
21-
</suppress>
223
</suppressions>

0 commit comments

Comments
 (0)