From 66557d353c1ea945c9bea63b456a5a699b59120b Mon Sep 17 00:00:00 2001 From: weyusi Date: Sat, 29 Sep 2018 15:22:36 +0930 Subject: [PATCH] Add Snyk policy --- .snyk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..6035631 --- /dev/null +++ b/.snyk @@ -0,0 +1,9 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.12.0 +# ignores vulnerabilities until expiry date; change duration by modifying expiry date +ignore: + 'npm:braces:20180219': + - hexo-fs > chokidar > anymatch > micromatch > braces: + reason: Patch/update unavailable + expires: '2018-12-31T00:00:00.000Z' +patch: {}