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.
2 parents 79e87a6 + 22ccae6 commit 35494abCopy full SHA for 35494ab
javascript/ql/src/semmle/javascript/Promises.qll
@@ -249,7 +249,7 @@ private class PromiseStep extends PreCallGraphStep {
249
* This module defines how data-flow propagates into and out of a Promise.
250
* The data-flow is based on pseudo-properties rather than tainting the Promise object (which is what `PromiseTaintStep` does).
251
*/
252
-private module PromiseFlow {
+module PromiseFlow {
253
private predicate valueProp = Promises::valueProp/0;
254
255
private predicate errorProp = Promises::errorProp/0;
0 commit comments