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:
Jeroen Ketema
2023-03-02 11:58:29 +01:00
committed by GitHub
parent 87f0f1fb33
commit 7ce230af77

View File

@@ -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
~~~~~~~~