Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade snyk-docker-plugin and snyk-policy #5587

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading