Skip to content

Commit

Permalink
4.x: upgrade owasp depenency check to 8.4.3 (#8035)
Browse files Browse the repository at this point in the history
* Fix netty suppression
* Upgrade OWASP dependency checker to 8.4.3
  • Loading branch information
barchetta authored Nov 20, 2023
1 parent cfaeb30 commit fa27a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<notes><![CDATA[
file name: netty-handler-4.1.94.Final.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-handler@.*$</packageUrl>
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl>
<vulnerabilityName>CVE-2023-4586</vulnerabilityName>
</suppress>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<version.plugin.source>3.0.1</version.plugin.source>
<version.plugin.spotbugs>4.7.3.5</version.plugin.spotbugs>
<version.plugin.findsecbugs>1.12.0</version.plugin.findsecbugs>
<version.plugin.dependency-check>8.3.1</version.plugin.dependency-check>
<version.plugin.dependency-check>8.4.3</version.plugin.dependency-check>
<version.plugin.surefire>3.1.0</version.plugin.surefire>
<version.plugin.toolchains>1.1</version.plugin.toolchains>
<version.plugin.version-plugin>2.3</version.plugin.version-plugin>
Expand Down

0 comments on commit fa27a4e

Please sign in to comment.