Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Snyk (https://snyk.io) policy file
# To Remove / Ignore from Snyk scan

# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
exclude:
# Use either “global” or “code”. “global” currently applies only to the Snyk Code product, and it will exclude the specified directories and files from these tests; “code” applies only to the Snyk Code analysis.
global:
# Exclude files folder from scan
- ‎app.js

version: v1.25.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:ms:20151024':
- humanize-ms > ms:
patched: '2023-09-13T18:55:13.426Z'
id: 'npm:ms:20151024'
path: humanize-ms > ms
Loading