mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
1 line
342 B
ReStructuredText
1 line
342 B
ReStructuredText
You can model data flow paths in CodeQL by creating path queries. To view data flow paths generated by a path query in CodeQL for VS Code, you need to make sure that it has the correct metadata and ``select`` clause. For more information, see `Creating path queries <https://help.semmle.com/QL/learn-ql/writing-queries/path-queries.html>`__. |