Skip to content

Commit

Permalink
Ignore [LOW] com.google.guava:guava@31.0.1-jre: SNYK-JAVA-COMGOOGLEGU…
Browse files Browse the repository at this point in the history
…AVA-5710356 CWE-379 [Fixed in: 32.0.0-android, 32.0.0-jre].
  • Loading branch information
sbrunner committed Sep 6, 2024
1 parent 2ba639f commit e7690c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JAVA-COMGOOGLEGUAVA-5710356:
- '*':
reason: Indirect dependance to CheckStyle and low severity
created: 2024-09-06T07:05:16.154Z
patch: {}
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ dependencies {
)
compile fileTree(dir: "$projectDir/libs", include: '*.jar')
compile(
'com.google.guava:guava:32.0.1-jre',
"org.slf4j:slf4j-api:2.0.16",
"org.slf4j:jcl-over-slf4j:2.0.16",
"org.slf4j:jul-to-slf4j:2.0.16",
Expand Down

0 comments on commit e7690c6

Please sign in to comment.