Skip to content

Commit 35494ab

Browse files
authored
Merge pull request #4171 from max-schaefer/js/promise-flow-public
Approved by erik-krogh
2 parents 79e87a6 + 22ccae6 commit 35494ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/Promises.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ private class PromiseStep extends PreCallGraphStep {
249249
* This module defines how data-flow propagates into and out of a Promise.
250250
* The data-flow is based on pseudo-properties rather than tainting the Promise object (which is what `PromiseTaintStep` does).
251251
*/
252-
private module PromiseFlow {
252+
module PromiseFlow {
253253
private predicate valueProp = Promises::valueProp/0;
254254

255255
private predicate errorProp = Promises::errorProp/0;

0 commit comments

Comments
 (0)