mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Fixes false positives from commit 445552d3b53ec9592e8e3892cb337d1004b6a432
This commit is contained in:
@@ -193,7 +193,7 @@ module MembershipCandidate {
|
||||
or
|
||||
// u.match(/re/) or u.match("re")
|
||||
base = this and
|
||||
m = "match" and
|
||||
m = ["match", "matchAll"] and
|
||||
enumeration = RegExp::getRegExpFromNode(firstArg)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user