Skip to content

Commit

Permalink
chore: update OWASP suppressions (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceatmoderne authored Dec 16, 2024
1 parent f585616 commit 6a714a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2024-12-25Z">
<suppress until="2025-02-05Z">
<notes><![CDATA[
file name: log4j-1.2.17.jar
sev: CRITICAL
Expand All @@ -15,7 +15,7 @@
<cve>CVE-2022-23307</cve>
<cve>CVE-2023-26464</cve>
</suppress>
<suppress until="2024-12-25Z">
<suppress until="2025-02-05Z">
<notes><![CDATA[
develocity and gradle
reason: using latest release of com.gradle.develocity and com.gradle.common-custom-user-data-gradle-plugin
Expand Down

0 comments on commit 6a714a1

Please sign in to comment.