Skip to content

Commit fb12847

Browse files
MathiasVPpaldepind
andauthored
Update cpp/ql/lib/semmle/code/cpp/models/implementations/Pure.qll
Co-authored-by: Simon Friis Vindum <[email protected]>
1 parent 2cdb52c commit fb12847

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/models/implementations

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/implementations/Pure.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private class PureStrFunction extends AliasFunction, ArrayFunction, TaintFunctio
5252
// If there is taint flow from *input to *output then there is also taint
5353
// flow from input to output.
5454
this.hasTaintFlow(input.getIndirectionInput(), output.getIndirectionOutput()) and
55-
// no need to add taint-flow if we already have dataflow
55+
// No need to add taint flow if we already have data flow.
5656
not this.hasDataFlow(input, output)
5757
}
5858

0 commit comments

Comments
 (0)