Skip to content

Commit

Permalink
JS: Add: test case for Object.groupBy
Browse files Browse the repository at this point in the history
  • Loading branch information
Napalys committed Nov 18, 2024
1 parent c02ad65 commit 8ae05d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/ql/test/library-tests/TaintTracking/tst.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

0 comments on commit 8ae05d8

Please sign in to comment.