Skip to content

Commit

Permalink
Merge pull request #289 from hedgepigdaniel/fix-snyk
Browse files Browse the repository at this point in the history
Ignore vulnerabilities detected by skyk that exist in development only
  • Loading branch information
ScriptedAlchemy authored Sep 17, 2018
2 parents 8911c8a + 0ae4a05 commit b5211e3
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:chownr:20180731':
- cacache > chownr:
reason: 'Introduced via semantic-release, not relevant in production'
- npm-profile > make-fetch-happen > cacache > chownr:
reason: 'Introduced via semantic-release, not relevant in production'
- libcipm > pacote > cacache > chownr:
reason: 'Introduced via semantic-release, not relevant for production'
- libcipm > pacote > tar > chownr:
reason: 'Introduced via semantic-release, not relevant for production'
- npm-registry-fetch > make-fetch-happen > cacache > chownr:
reason: 'Introduced via semantic-release, not relevant for production'
- libcipm > pacote > make-fetch-happen > cacache > chownr:
reason: 'Introduced via semantic-release, not relevant for production'
- libnpmhook > npm-registry-fetch > make-fetch-happen > cacache > chownr:
reason: 'Introduced via semantic-release, not relevant for production'
'npm:mem:20180117':
- libnpx > yargs > os-locale > mem:
reason: 'Introduced via semantic-release, not relevant for production'
patch: {}

0 comments on commit b5211e3

Please sign in to comment.