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.
thenify-all
1 parent d6a14e6 commit 22b6185Copy full SHA for 22b6185
javascript/ql/lib/semmle/javascript/Promises.qll
@@ -728,7 +728,8 @@ module Promisify {
728
this =
729
[
730
DataFlow::moduleMember("bluebird", "promisifyAll"),
731
- DataFlow::moduleImport(["util-promisifyall", "pify"])
+ DataFlow::moduleMember("thenify-all", "withCallback"),
732
+ DataFlow::moduleImport(["util-promisifyall", "pify", "thenify-all"])
733
].getACall()
734
}
735
0 commit comments