mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Added support for matchAll in CWE-020 including new test cases
This commit is contained in:
@@ -36,6 +36,8 @@ private module Impl implements
|
||||
name = "replace"
|
||||
or
|
||||
name = "match" and exists(mcn.getAPropertyRead())
|
||||
or
|
||||
name = "matchAll" and exists(mcn.getAPropertyRead())
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user