# 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:moment:20161019':
    - format-string > moment:
        reason: None given
        expires: '2018-05-08T23:20:00.650Z'
  'npm:moment:20170905':
    - format-string > moment:
        reason: None given
        expires: '2018-05-08T23:20:00.650Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
  'npm:moment:20160126':
    - format-string > moment:
        patched: '2018-04-08T23:18:20.790Z'
