mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
@@ -82,7 +82,7 @@ For example, finding taint propagation from a parameter ``source`` to an express
|
||||
|
||||
nodeFrom.asParameter() = source and
|
||||
nodeTo.asExpr() = sink and
|
||||
TaintTracking::localTaint(nodeFrom, nodeTo):
|
||||
TaintTracking::localTaint(nodeFrom, nodeTo)
|
||||
|
||||
Examples
|
||||
~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user