-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PP-3905 Removed 'forever' and added missing ab_test tests which were …
…failing NYC coverage
- Loading branch information
Mark Bridgett
committed
Jun 20, 2018
1 parent
d3b1a5d
commit b65cbc0
Showing
4 changed files
with
5,760 additions
and
5,442 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 |
---|---|---|
@@ -1,15 +1,4 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.7.1 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
'npm:timespan:20170907': | ||
- '*': | ||
reason: Transitive dependency pulled in by Forever. Vulnerability does not affect us because it requires a specially-crafted input string and Forever only ever uses input from the system clock. See PP-2687. | ||
expires: 2017-11-20T00:00:00.000Z | ||
# patches apply the minimum changes required to fix a vulnerability | ||
patch: | ||
'npm:ms:20170412': | ||
- compression > debug > ms: | ||
patched: '2017-05-23T01:31:09.433Z' | ||
- morgan > debug > ms: | ||
patched: '2017-05-23T01:31:09.433Z' | ||
version: v1.12.0 | ||
ignore: {} | ||
patch: {} |
Oops, something went wrong.