Skip to content

Commit

Permalink
Merge 42fa0d8 into 7291b7f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jun 10, 2019
2 parents 7291b7f + 42fa0d8 commit 6781d73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -579,7 +579,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>4.0.2</version>
<version>5.0.0</version>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
Expand Down
9 changes: 9 additions & 0 deletions suppressed-cves.xml
Expand Up @@ -40,4 +40,13 @@
<notes><![CDATA[false positive, mimepull]]></notes>
<cve>CVE-2008-7271</cve>
</suppress>
<suppress>
<notes><![CDATA[False positive: Liquibase (CVE-2015-9251, CVE-2018-14040, CVE-2018-14041, CVE-2018-14042, CVE-2019-11358, CVE-2019-8331)]]></notes>
<cve>CVE-2015-9251</cve>
<cve>CVE-2018-14040</cve>
<cve>CVE-2018-14041</cve>
<cve>CVE-2018-14042</cve>
<cve>CVE-2019-11358</cve>
<cve>CVE-2019-8331</cve>
</suppress>
</suppressions>

0 comments on commit 6781d73

Please sign in to comment.