Commit b385654
Fix secrets false-positive filter ignoring includeFalsePositives flag
The local post-fetch filter for secrets was unconditionally stripping
issues with confidence_score='false_positive', overriding the server-side
include_false_positives param and making the CLI flag have no effect.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d46b3a7 commit b385654
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
| 302 | + | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments