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 55ac72c commit 5082731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
mkdir -p /tmp/test_results/junit
find . -name '*TEST-*.xml' -exec cp -v {} /tmp/test_results/junit/ \;
if: failure()
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: Test results
path: /tmp/test_results
Expand Down
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ ignore:
- '*':
reason: Used in check style
created: 2022-10-18T05:49:44.892Z
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 @@ -175,7 +175,6 @@ dependencies {
)
compile fileTree(dir: "$projectDir/libs", include: '*.jar')
compile(
'com.google.guava:guava:32.0.1-jre',
"org.slf4j:slf4j-api:${slf4jVersion}",
"org.slf4j:jcl-over-slf4j:${slf4jVersion}",
"org.slf4j:jul-to-slf4j:${slf4jVersion}",
Expand Down

0 comments on commit 5082731

Please sign in to comment.