Skip to content

Commit

Permalink
Update dependency org.owasp:dependency-check-maven to v8 (#963)
Browse files Browse the repository at this point in the history
* Update dependency org.owasp:dependency-check-maven to v8

* add suppression for jackson dependency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Otto <benjamin.otto@style-systems.de>
  • Loading branch information
renovate[bot] and otbe authored Aug 30, 2023
1 parent 10a3c98 commit 7744350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.4.4</version>
<version>8.4.0</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down
4 changes: 4 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<notes>We're not using XML here, and also there is no updated jackson-core yet, so that we cannot avoid the transitive dependency.</notes>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes>CVE is being considered by the community a false positive. See https://github.com/FasterXML/jackson-databind/issues/3972.</notes>
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>

0 comments on commit 7744350

Please sign in to comment.