Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c38a4d

Browse files
Update cpp/ql/src/semmle/code/cpp/dataflow/internal/TaintTrackingUtil.qll
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent d3c8ffb commit 1c38a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/dataflow/internal/TaintTrackingUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ predicate localAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeT
8686
// Reverse taint: if a function model has taint from the qualifier to the
8787
// dereferenced return value, also apply reverse taint from the post-update
8888
// of the return value back to the qualifier. This allows taint to flow 'in'
89-
// through references returned by a modelled function such as `operator[]`.
89+
// through references returned by a modeled function such as `operator[]`.
9090
exists(
9191
TaintFunction f, Call call, FunctionInput inModel, FunctionOutput outModel
9292
|

0 commit comments

Comments
 (0)