Skip to content

Commit

Permalink
Refactor .snyk to ignore hard-coded appKey in app.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Oct 15, 2024
1 parent b709d24 commit 257be58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 257be58

Please sign in to comment.