From 4378b360699ac99b0f4231ea60ec951bb4ca1c74 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 28 Jun 2018 23:47:57 +0200 Subject: [PATCH] fix(security): add snyk file --- .snyk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..9b937a5 --- /dev/null +++ b/.snyk @@ -0,0 +1,15 @@ +# 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:shelljs:20140723': + - smartdelay > typings-global > smartshell > shelljs: + reason: None given + expires: '2018-07-28T21:47:33.536Z' + - early > typings-global > smartshell > shelljs: + reason: None given + expires: '2018-07-28T21:47:33.537Z' + - early > beautycolor > typings-global > smartshell > shelljs: + reason: None given + expires: '2018-07-28T21:47:33.537Z' +patch: {}