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

This commit is contained in:
Mathias Vorreiter Pedersen
2023-10-18 14:30:46 +02:00
committed by GitHub
parent 9d2e21e470
commit 342f4f867b

View File

@@ -58,7 +58,7 @@ A regular dataflow query such as the following query:
where Flow::flowPath(source, sink)
select sink.getNode(), source, sink, "Flow from user input to sink!"
will catch most things such as
will catch most things such as:
.. code-block:: cpp