Skip to content

Commit

Permalink
Add suppression for CVE-2023-5763
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Dec 10, 2023
1 parent 7d3b719 commit 28d6857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/resources/owasp-dependency-check.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
<notes>False-Positive per https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/CVE-2023-4586/near/394570596</notes>
<cve>CVE-2023-4586</cve>
</suppress>
<suppress>
<notes>We are on JDK 17, so this does not apply to us. See https://nvd.nist.gov/vuln/detail/CVE-2023-5763</notes>
<cve>CVE-2023-5763</cve>
</suppress>
</suppressions>

0 comments on commit 28d6857

Please sign in to comment.