mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
JS: Add: test case for Object.groupBy
This commit is contained in:
@@ -71,4 +71,5 @@ function test() {
|
||||
|
||||
sink(Map.groupBy(x, z => z)); // NOT OK
|
||||
sink(Custom.groupBy(x, z => z)); // OK
|
||||
sink(Object.groupBy(x, z => z)); // NOT OK -- This should be marked via taint step, but it is not.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user