-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
84d98e4
commit 9f17945
Showing
1 changed file
with
0 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |