You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: suppress Snyk hardcoded-credential false positives in TestEntryModel
Snyk Code flagged publish_details "user" test-fixture fields as
hardcoded credentials (CWE-798). These are non-secret string values
used only to populate mock JSON payloads, so add deepcode ignore
annotations instead of leaving unscoped comments.
0 commit comments