Skip to content

Commit

Permalink
feat: upgrade snyk-policy to support disregardIfFixable
Browse files Browse the repository at this point in the history
Ignores with disregardIfFixable set to true will not be
applied if the issue can be upgraded or patched.
  • Loading branch information
joshje committed Dec 1, 2017
1 parent d6b5466 commit bb828a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
version: v1.10.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore: {}
patch: {}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"snyk-mvn-plugin": "1.1.0",
"snyk-nuget-plugin": "1.3.3",
"snyk-php-plugin": "1.1.2",
"snyk-policy": "1.7.1",
"snyk-policy": "^1.10.0",
"snyk-python-plugin": "1.4.0",
"snyk-recursive-readdir": "^2.0.0",
"snyk-resolve": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/workspaces/composer-app/composer.lock

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

2 changes: 1 addition & 1 deletion test/acceptance/workspaces/npm-package-policy/.snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
version: v1.10.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:marked:20170907':
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
version: v1.10.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:marked:20170907':
Expand Down

0 comments on commit bb828a9

Please sign in to comment.