mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
remove an FP in overly-large-range for [@-Z]
This commit is contained in:
@@ -132,6 +132,9 @@ module Make<RegexTreeViewSig TreeImpl> {
|
||||
or
|
||||
// the range 0123456789:;<=>? is intentional
|
||||
result.isRange("0", "?")
|
||||
or
|
||||
// [@-Z] is intentional, it's the same as [A-Z@]
|
||||
result.isRange("@", "Z")
|
||||
}
|
||||
|
||||
/** Gets a char between (and including) `low` and `high`. */
|
||||
|
||||
Reference in New Issue
Block a user