Skip to content

Commit

Permalink
Suppress CVE-2023-35116 as it is a false-positive per issue jeremylon…
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Oct 3, 2023
1 parent e4aa63b commit 07cf0e6
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 @@ -4,4 +4,8 @@
<notes>False-Positive per issue https://github.com/jeremylong/DependencyCheck/issues/5779</notes>
<cve>CVE-2023-35116</cve>
</suppress>
<suppress>
<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>
</suppressions>

0 comments on commit 07cf0e6

Please sign in to comment.