Commit 076a4c7
fix: suppress gosec false positives (G101 dev DSN, G704 config-only URL)
G101 flags the default DSN which is a dev placeholder overridden by env
vars in production. G704 flags SSRF on a Vouch client that only calls
URLs from validated config, not user input.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 92e97fc commit 076a4c7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments