mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
committed by
GitHub
parent
56a1a7cc4d
commit
dc77614bd1
@@ -434,4 +434,4 @@ The ``allowImplicitRead`` predicate specifies that if we're at a node that satis
|
||||
3. The data flowing to the indirection of ``&b`` (i.e., the object ``b``).
|
||||
4. An implicit read of the field ``x`` followed by an implicit read of the field ``a`` at the sink.
|
||||
|
||||
Thus, we end up at a node that satisfies ``isSink`` with an empty access path, and hence a dataflow path is successfully found.
|
||||
Thus, we end up at a node that satisfies ``isSink`` with an empty access path, and successfully track the full dataflow path.
|
||||
Reference in New Issue
Block a user