Skip to content

Commit

Permalink
chore: update suppressions (#5)
Browse files Browse the repository at this point in the history
This CVE is overly aggressive in marking projects as vulnerable
  • Loading branch information
sjungling authored Jul 18, 2022
1 parent bf1294c commit 00f546d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@
<gav regex="true">org\.springframework:spring.*</gav>
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress>
<notes><![CDATA[
false positive -
@see https://github.com/jeremylong/DependencyCheck/issues/4675
file name: jakarta.servlet-api-4.0.4.jar
]]></notes>
<cve>CVE-2022-31569</cve>
</suppress>
</suppressions>

0 comments on commit 00f546d

Please sign in to comment.