Skip to content

Commit

Permalink
chore(pie-monorepo): DSW-000 snyk policy file (#1644)
Browse files Browse the repository at this point in the history
chore(pie-monorepo): DSW-000 snyk policy file to add ignored vulnerabilities with the reasoning

Co-authored-by: Xander Marjoram <[email protected]>
  • Loading branch information
dandel10n and xander-marjoram authored Aug 28, 2024
1 parent 9eda8dd commit e99cdce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-IP-7148531:
- '*':
reason: >-
It is related to snyk not understanding 0.0.0-use.local package versions.
expires: 2025-07-31T00:00:00.000Z
created: 2024-07-31T12:55:40.141Z
SNYK-JS-WS-7266574:
- '*':
reason: >-
It is related to snyk not understanding 0.0.0-use.local package versions.
expires: 2025-07-31T00:00:00.000Z
created: 2024-07-31T12:55:40.141Z

0 comments on commit e99cdce

Please sign in to comment.