Skip to content

Commit 369bc50

Browse files
committed
fix comments
1 parent 516fdf6 commit 369bc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-522-DecompressionBombs/ReadableAdditionalStep.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ predicate readablePipeAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node su
3939
succ = cn.getParameter(i + 1).asSink()
4040
)
4141
or
42-
// this step connect the first pipe parameter to the next parameter
42+
// this step connect the first pipe parameter to all of the next parameters
4343
exists(API::Node cn, int i |
4444
i in [1 .. 10] and
4545
cn =

0 commit comments

Comments
 (0)