Skip to content

Commit

Permalink
refactor: Remove expired suppressions (#362)
Browse files Browse the repository at this point in the history
* 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]>

* Update suppressions.xml

* Update suppressions.xml

---------

Co-authored-by: Moderne <[email protected]>
  • Loading branch information
lkerford and TeamModerne authored Jan 3, 2025
1 parent f7c28bf commit 894521b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@
<vulnerabilityName>CVE-2023-2976</vulnerabilityName>
<vulnerabilityName>CVE-2020-8908</vulnerabilityName>
</suppress>
<suppress until="2024-12-17Z">
<notes><![CDATA[
file name: rewrite-core-8.6.0-SNAPSHOT.jar (shaded: org.eclipse.jgit:org.eclipse.jgit:5.13.2.202306221912-r)
Not relevant. And we pin to this version to support Java8.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jgit/org\.eclipse\.jgit@.*$</packageUrl>
<vulnerabilityName>CVE-2023-4759</vulnerabilityName>
</suppress>
<suppress until="2025-01-02Z">
<notes><![CDATA[
Already on the latest version of develocity-gradle-plugin
Expand Down

0 comments on commit 894521b

Please sign in to comment.