Commit 39672cb
Fix MatchesEventFilter regression and update fuzzing docs
- Change structural guard in MatchesEventFilter to return false (reject)
instead of true (pass through) when event JSON is missing params object.
This matches the old inline behavior where missing fields resolved to
empty strings and failed filter comparison.
- Update doc/fuzzing.md to remove references to deleted fuzz targets:
TranslateKeys, ValidateQuickPickChoices, ValidateSettingsJson.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 27f6919 commit 39672cb
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments