Skip to content

Commit

Permalink
suppress org.eclipse.jgit:5.13.2 since we pin to this version to supp…
Browse files Browse the repository at this point in the history
…ort java 8
  • Loading branch information
kunli2 committed Sep 13, 2023
1 parent 656a9ad commit ca58193
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<cve>CVE-2020-8908</cve>
</suppress>
<suppress until="2024-12-13Z">
<notes><![CDATA[
file name: rewrite-core-8.6.0-SNAPSHOT.jar (shaded: org.eclipse.jgit:org.eclipse.jgit:5.13.2.202306221912-r)
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jgit/org\.eclipse\.jgit@.*$</packageUrl>
<vulnerabilityName>CVE-2023-4759</vulnerabilityName>
</suppress>
</suppressions>

1 comment on commit ca58193

@kunli2
Copy link
Contributor Author

@kunli2 kunli2 commented on ca58193 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.