Skip to content

Commit 22ccae6

Browse files
author
Max Schaefer
committed
JavaScript: Make PromiseFlow module public.
1 parent 9d6b2e7 commit 22ccae6

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)