Skip to content

Commit

Permalink
Suppress jackson-databind alert for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Hulkko committed May 2, 2017
1 parent 35ba205 commit abbbb06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<gav regex="true">^com\.fasterxml\.jackson\.datatype:jackson-datatype-jdk8:.*$</gav>
<cve>CVE-2016-3720</cve>
</suppress>
<suppress>
<notes><![CDATA[core, databind and annotations]]></notes>
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-.*:2\.8\..*$</gav>
<cve>CVE-2016-7051</cve>
</suppress>
</suppressions>

0 comments on commit abbbb06

Please sign in to comment.