Skip to content

Commit

Permalink
fix: snyk ionetty vulberability warnings (#39)
Browse files Browse the repository at this point in the history
Ignore then in .snyk file since there are no patches for them
  • Loading branch information
tim-mwangi authored Nov 23, 2020
1 parent 821f3e7 commit 69b6787
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ ignore:
- '*':
reason: no available replacement
expires: 2021-01-31T00:00:00.000Z
SNYK-JAVA-IONETTY-1042268:
- '*':
reason: No replacement available
expires: 2021-01-31T00:00:00.000Z
patch: {}
4 changes: 2 additions & 2 deletions query-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies {
implementation("io.grpc:grpc-netty:1.33.0")
implementation("org.slf4j:slf4j-api:1.7.30")

runtimeOnly("io.netty:netty-codec-http2:4.1.53.Final") {
runtimeOnly("io.netty:netty-codec-http2:4.1.54.Final") {
because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-1020439")
}
runtimeOnly("io.netty:netty-handler-proxy:4.1.53.Final") {
runtimeOnly("io.netty:netty-handler-proxy:4.1.54.Final") {
because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-1020439s")
}
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.13.3")
Expand Down

0 comments on commit 69b6787

Please sign in to comment.