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.
util-promisifyall
1 parent 4360e5d commit 062502fCopy full SHA for 062502f
javascript/ql/src/semmle/javascript/Promises.qll
@@ -672,8 +672,10 @@ module Promisify {
672
class PromisifyAllCall extends DataFlow::CallNode {
673
PromisifyAllCall() {
674
this =
675
- [DataFlow::moduleMember("bluebird", "promisifyAll"), DataFlow::moduleImport("pify")]
676
- .getACall()
+ [
+ DataFlow::moduleMember("bluebird", "promisifyAll"),
677
+ DataFlow::moduleImport(["util-promisifyall", "pify"])
678
+ ].getACall()
679
}
680
681
0 commit comments