Commit 551023c
Suppress CodeQL false positive on emoji regex
U+FFFD (65533) is numerically below all ranges in re_emoji — verified
by testing that the regex does not match the character. CodeQL's
py/overly-large-range heuristic fires on large Unicode ranges without
checking actual codepoint overlap.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3dc1f8f commit 551023c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments