Skip to content

Commit

Permalink
add snyk policy file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Sep 27, 2023
1 parent 55fff2d commit 6744e7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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-JAVA-ORGJETBRAINSKOTLIN-2393744:
- '*':
reason: 'unaffected, only affects createTempFile and createTempDir kotlin function, which are not used'
expires: 2023-12-31T00:00:00.000Z
patch: {}

0 comments on commit 6744e7a

Please sign in to comment.