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

Skip to content

Commit 17ee7c2

Browse files
MathiasVPgeoffw0
andauthored
Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
Co-authored-by: Geoffrey White <[email protected]>
1 parent c4075b3 commit 17ee7c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,6 @@ The ``allowImplicitRead`` predicate specifies that if we're at a node that satis
428428
1. User input starts at ``user_input()``.
429429
2. The data flowing into ``b`` with access path ``[a, x]``.
430430
3. The data flowing to the indirection of ``&b`` (i.e., the object ``b``).
431-
4. An implicit read of the field ``x`` followed by an implicit read of the field ``a``.
431+
4. An implicit read of the field ``x`` followed by an implicit read of the field ``a`` at the sink.
432432

433433
Thus, we end up at a node that satisfies ``isSink`` with an empty access path, and hence a dataflow path is successfully found.

0 commit comments

Comments
 (0)