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 96edbd0 commit b709d24
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .snyk
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

0 comments on commit b709d24

Please sign in to comment.