Skip to content

Commit

Permalink
1.x: upgrade owasp depenency check to 8.4.3 (#8037)
Browse files Browse the repository at this point in the history
* Fix netty suppression
* Upgrade owasp dependency check to 8.4.3
  • Loading branch information
barchetta committed Nov 20, 2023
1 parent 045cbd1 commit fd233b5
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 @@ -275,7 +275,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 @@ -112,7 +112,7 @@
<version.plugin.spotbugs>3.1.12</version.plugin.spotbugs>
<version.plugin.surefire.provider.junit>1.0.3</version.plugin.surefire.provider.junit>
<version.plugin.surefire>2.19.1</version.plugin.surefire>
<version.plugin.dependency-check>8.4.0</version.plugin.dependency-check>
<version.plugin.dependency-check>8.4.3</version.plugin.dependency-check>
<version.plugin.toolchains>1.1</version.plugin.toolchains>
<version.plugin.version-plugin>2.3</version.plugin.version-plugin>
<version.plugin.buildnumber>1.4</version.plugin.buildnumber>
Expand Down

0 comments on commit fd233b5

Please sign in to comment.