We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02ad65 commit 8ae05d8Copy full SHA for 8ae05d8
javascript/ql/test/library-tests/TaintTracking/tst.js
@@ -71,4 +71,5 @@ function test() {
71
72
sink(Map.groupBy(x, z => z)); // NOT OK
73
sink(Custom.groupBy(x, z => z)); // OK
74
+ sink(Object.groupBy(x, z => z)); // NOT OK -- This should be marked via taint step, but it is not.
75
}
0 commit comments