mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
add model of the util.promisify library
This commit is contained in:
@@ -685,7 +685,7 @@ module Promisify {
|
||||
PromisifyCall() {
|
||||
this = DataFlow::moduleImport(["util", "bluebird"]).getAMemberCall("promisify")
|
||||
or
|
||||
this = DataFlow::moduleImport("pify").getACall()
|
||||
this = DataFlow::moduleImport(["pify", "util.promisify"]).getACall()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user