Skip to content

Commit

Permalink
Update suppresions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziziou91 committed Dec 13, 2024
1 parent f128095 commit b5b6a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until = "2025-02-09">
<suppress until = "2024-12-23">
<cve>CVE-2023-39017</cve>
<cve>CVE-2024-38820</cve>
<!-- Requires update of elasticsearch lib that has lucene dependency version > 9.12.0 -->
<cve>CVE-2024-45772</cve>
</suppress>
</suppressions>
</suppressions>

0 comments on commit b5b6a59

Please sign in to comment.