Commit 5ebe59d
fix: suppress false-positive Snyk hardcoded-password finding in TestError
Snyk Code flagged the dummy test fixture value as a hardcoded password
(CWE-798). Annotate it with a deepcode ignore comment since it's a test
value, not a real credential. Verified with snyk code test and
trufflehog that no active/real secrets remain.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 0a84b92 commit 5ebe59d
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
| |||
0 commit comments