mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
fix comments
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user