mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Update javascript/ql/src/semmle/javascript/dataflow/Nodes.qll
Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
committed by
GitHub
parent
7598d31fc1
commit
c2338b218f
@@ -1392,7 +1392,7 @@ module PartialInvokeNode {
|
||||
this = LodashUnderscore::member(["throttle", "debounce", "once", "memoize"]).getACall()
|
||||
or
|
||||
this =
|
||||
DataFlow::moduleImport(["call-limit", "lodash.debounce", "lodash.throttle", "debounce"])
|
||||
DataFlow::moduleImport(["call-limit", "debounce"])
|
||||
.getACall()
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user