From a42d375ff62fc47c4d741242cfcd4089bc8cd784 Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Tue, 15 Oct 2024 14:27:27 +0200 Subject: [PATCH] chore: snyk ignore file --- .snyk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..dd61df2c --- /dev/null +++ b/.snyk @@ -0,0 +1,7 @@ +# .snyk + +ignore: + "CWE-547": # Snyk vulnerability for using hard-coded values, like appKey + - "client/apps/legacyAppLoader/app.config.ts": # The specific file where the issue is found + reason: "Ignoring hard-coded appKey in app.config.ts" + expires: "2025-12-31T23:59:59.999Z" # Set the expiration date for the ignore rule