From 257be58bee06f90e92f58ad4da59bbb46d3b3cac Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Tue, 15 Oct 2024 14:01:51 +0200 Subject: [PATCH] Refactor .snyk to ignore hard-coded appKey in app.config.ts --- .snyk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.snyk b/.snyk index fa070d69..bac4b5a7 100644 --- a/.snyk +++ b/.snyk @@ -2,6 +2,6 @@ ignore: "CWE-547": # Snyk vulnerability for using hard-coded values, like appKey - - "app.config.ts": # The specific file where the issue is found + - "/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