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 c958702 commit e610683Copy full SHA for e610683
javascript/ql/lib/semmle/javascript/frameworks/LodashUnderscore.qll
@@ -298,7 +298,7 @@ module LodashUnderscore {
298
private class LodashPartition extends DataFlow::SummarizedCallable {
299
LodashPartition() { this = "_.partition" }
300
301
- override DataFlow::CallNode getACall() { result = member(["partition"]).getACall() }
+ override DataFlow::CallNode getACall() { result = member("partition").getACall() }
302
303
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
304
input = "Argument[0].ArrayElement" and
0 commit comments