Skip to content

Commit

Permalink
chore: remove outdated .snyk ignore rules
Browse files Browse the repository at this point in the history
Removes the following .snyk ignore rules
- npm:hoek:20180212
- npm:lodash:20180130
- npm:tunnel-agent:20170305
- npm:ua-parser-js:20180227
- npm:stringstream:20180511
- npm:deep-extend:20180409
- npm:base64url:20180511
  • Loading branch information
spencern committed Jul 17, 2018
1 parent 4b9265e commit 74a8a23
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,8 @@
version: v1.12.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:hoek:20180212':
- '*':
reason: 'Possible false positive, waiting on requestjs to updated hawk version'
expires: 2018-07-10T00:00:00.000Z
'npm:bootstrap:20160627':
- bootstrap:
reason: We're not going to update to Bootstrap 4 any time soon
expires: '2018-07-26T20:23:03.274Z'
'npm:lodash:20180130':
- '*':
reason: 'Waiting on multiple dependencies to update'
expires: 2018-07-10T00:00:00.000Z
'npm:tunnel-agent:20170305':
- '*':
reason: No patch and we do not use this optional package
expires: '2018-07-10T19:14:36.152Z'
'npm:ua-parser-js:20180227':
- '*':
reason: Waiting on fbjs to update to the latest ua-parser-js version
expires: 2018-07-10T00:00:00.000Z
'npm:stringstream:20180511':
- '*':
reason: Awaiting dependency updates of request 2.83.0 to gte 2.86
expires: 2018-07-10T00:00:00.000Z
'npm:deep-extend:20180409':
- '*':
reason: rc updated with latest version - https://github.com/dominictarr/rc - can't find rc in our dependencies
expires: 2018-07-10T00:00:00.000Z
'npm:base64url:20180511':
- '*':
reason: Twillio and nexmo will be removed soon, file-collections isn't using any google-cloud stuff so this vuln doesn't apply
expires: 2018-07-10T00:00:00.000Z
expires: '2018-08-26T20:23:03.274Z'
patch: {}

0 comments on commit 74a8a23

Please sign in to comment.