-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: package.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:marked:20170112 The following vulnerabilities are ignored: - https://snyk.io/vuln/npm:ms:20170412 Latest report for snyk/snyk-to-html: https://snyk.io/test/github/snyk/snyk-to-html
- Loading branch information
snyk-bot
committed
May 16, 2017
1 parent
70b6357
commit 875363e
Showing
2 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.7.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
'npm:ms:20170412': | ||
- snyk > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.527Z' | ||
- snyk > snyk-config > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.527Z' | ||
- snyk > snyk-module > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.527Z' | ||
- snyk > snyk-policy > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.527Z' | ||
- snyk > snyk-resolve > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.584Z' | ||
- snyk > snyk-resolve-deps > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.584Z' | ||
- snyk > snyk-try-require > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.585Z' | ||
- snyk > snyk-policy > snyk-module > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.585Z' | ||
- snyk > snyk-policy > snyk-resolve > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.585Z' | ||
- snyk > snyk-resolve-deps > snyk-resolve > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.585Z' | ||
- snyk > snyk-policy > snyk-try-require > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.585Z' | ||
- snyk > snyk-resolve-deps > snyk-try-require > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.585Z' | ||
- snyk > snyk-resolve-deps > clite > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.586Z' | ||
- snyk > snyk-resolve-deps > snyk-module > debug > ms: | ||
reason: None given | ||
expires: '2017-06-15T18:12:58.586Z' | ||
# patches apply the minimum changes required to fix a vulnerability | ||
patch: | ||
'npm:marked:20170112': | ||
- marked: | ||
patched: '2017-05-16T18:12:58.587Z' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters