-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor .snyk to ignore hard-coded appKey in app.config.ts
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
# .snyk | ||
|
||
ignore: | ||
"VULN_ID_1": # Replace with actual Vulnerability ID related to appKey in app.config.ts | ||
- 'app.config.ts': | ||
reason: "Ignoring issues related to appKey: 'handover-garden' in config" | ||
expires: "2025-12-31T23:59:59.999Z" | ||
"VULN_ID_2": # Another potential vulnerability ID related to the same file | ||
- 'app.config.ts': | ||
reason: "Ignoring specific appKey configuration in app.config.ts" | ||
expires: "2025-12-31T23:59:59.999Z" | ||
"CWE-547": # Snyk vulnerability for using hard-coded values, like appKey | ||
- "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 |