mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
This commit is contained in:
committed by
GitHub
parent
9d2e21e470
commit
342f4f867b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user