Skip to content

Commit

Permalink
CVE-2020-8908 Upgrade checkstyle using bad guava version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzane17 committed Mar 7, 2023
1 parent e9cdcfe commit 746f6a3
Show file tree
Hide file tree
Showing 24 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ plugins {

}

checkstyle {
toolVersion = '9.3'
configFile file("checkstyle/checkstyle.xml")
}

spotbugsMain {
excludeFilter = file("checkstyle/findbugs-exclude.xml")
effort = 'max'
Expand Down
1 change: 0 additions & 1 deletion licenses/netty-buffer-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-buffer-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8942174141fb0586e7fffefc8ae48e1458293696
1 change: 0 additions & 1 deletion licenses/netty-codec-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d7ab7363f736114e6324ccf802d094529b30b8d8
1 change: 0 additions & 1 deletion licenses/netty-codec-http-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-http-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3230e95d6832ee4306fe1ca774c7bcecf1da4b28
1 change: 0 additions & 1 deletion licenses/netty-codec-http2-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-http2-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
72b756ff290d782c9ebb36db7d42ee272270c0b4
1 change: 0 additions & 1 deletion licenses/netty-codec-socks-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-socks-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
109027470b72d56914d76154e947f9bd5844bb9b
1 change: 0 additions & 1 deletion licenses/netty-common-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-common-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3e7e80dd6e604144781fcb859b79cfe8d3730079
1 change: 0 additions & 1 deletion licenses/netty-handler-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-handler-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2bd97491c22ebea4670c00f1bd5dbf65a8a1cfe7
1 change: 0 additions & 1 deletion licenses/netty-handler-proxy-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-handler-proxy-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8079f16d6209e10f5d3a09522e7aa9ffb217e17e
1 change: 0 additions & 1 deletion licenses/netty-resolver-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-resolver-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eaa964e16a67914c8d9b814d29a4b969635d72a0
1 change: 0 additions & 1 deletion licenses/netty-transport-4.1.86.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-transport-4.1.87.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
30c78c8ced3417f35e2a55f7533dc2bb43fef2aa

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4bf8308dc7d6ba2570681eaeddb16f8d1196b438
2 changes: 1 addition & 1 deletion licenses/performanceanalyzer-rca-3.0.0.0-SNAPSHOT.jar.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fe577d1128fef8188b53607ed3b41f6ae60cd9b9
29265306e2ea0c5bebcaf48303ad5ac8621e418a

0 comments on commit 746f6a3

Please sign in to comment.