Skip to content

Commit

Permalink
Merge pull request #5587 from snyk/hot-fix-v1.1294.0
Browse files Browse the repository at this point in the history
fix: upgrade snyk-docker-plugin and snyk-policy
  • Loading branch information
thisislawatts authored Nov 19, 2024
2 parents d037ebb + 96d3ec9 commit 8597aab
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 36 deletions.
27 changes: 9 additions & 18 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,22 @@
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-ANSIREGEX-1583908:
- '*':
reason: Not affecting Snyk CLI. No upgrade path currently available
expires: 2022-02-01T00:00:00.000Z
created: 2021-11-29T17:25:19.200Z
SNYK-JS-LODASHSET-1320032:
- '*':
reason: No upgrade path currently available
expires: 2024-09-30T10:00:00.000Z
created: 2023-09-13T13:14:22.120Z
'snyk:lic:npm:shescape:MPL-2.0':
- '*':
reason: --about lists all dependency licenses which is a requirement of MPL-2.0
expires: 2122-12-14T16:35:38.252Z
created: 2022-11-14T16:35:38.260Z
SNYK-JS-BRACES-6838727:
SNYK-JS-CROSSSPAWN-8303230:
- '*':
reason: Direct usage within Snyk CLI are not using vulnerable function
expires: 2024-08-13T04:12:20.523Z
created: 2024-05-14T04:12:20.531Z
SNYK-JS-MICROMATCH-6838728:
reason: No direct upgrade path available
expires: 2025-01-01T00:12:20.523Z
created: 2024-11-08T10:22:20.531Z
SNYK-JS-SOURCEMAPSUPPORT-6112477:
- '*':
reason: Direct usage within Snyk CLI are not using vulnerable function
expires: 2024-10-13T04:12:20.523Z
created: 2024-05-14T04:12:20.531Z
reason: Not directely exploitable
expires: 2025-01-01T00:12:20.523Z
created: 2024-11-08T10:22:20.531Z

patch: {}
exclude:
code:
Expand Down
67 changes: 51 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"semver": "^6.0.0",
"snyk-config": "^5.0.0",
"snyk-cpp-plugin": "2.24.0",
"snyk-docker-plugin": "6.13.2",
"snyk-docker-plugin": "github:snyk/snyk-docker-plugin#v6.13.2-hotfix",
"snyk-go-plugin": "1.23.0",
"snyk-gradle-plugin": "4.6.0",
"snyk-module": "3.1.0",
Expand All @@ -125,7 +125,7 @@
"snyk-nodejs-plugin": "1.3.4",
"snyk-nuget-plugin": "2.7.8",
"snyk-php-plugin": "1.10.0",
"snyk-policy": "^4.0.0",
"snyk-policy": "4.1.4",
"snyk-python-plugin": "2.2.1",
"snyk-resolve-deps": "4.8.0",
"snyk-sbt-plugin": "2.18.1",
Expand Down

0 comments on commit 8597aab

Please sign in to comment.