fix comments

This commit is contained in:
amammad
2023-08-30 04:53:58 +10:00
parent 516fdf627a
commit 369bc50709

View File

@@ -39,7 +39,7 @@ predicate readablePipeAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node su
succ = cn.getParameter(i + 1).asSink()
)
or
// this step connect the first pipe parameter to the next parameter
// this step connect the first pipe parameter to all of the next parameters
exists(API::Node cn, int i |
i in [1 .. 10] and
cn =