Skip to content

Commit dcbf766

Browse files
author
james
committed
add new article to toc
1 parent 8443d34 commit dcbf766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/codeql/writing-codeql-queries/codeql-queries.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CodeQL queries are used in code scanning analyses to find problems in source cod
1616
about-data-flow-analysis
1717
creating-path-queries
1818
troubleshooting-query-performance
19+
debugging-data-flow-queries-using-partial-flow
1920

2021
- :doc:`About CodeQL queries <about-codeql-queries>`: CodeQL queries are used to analyze code for issues related to security, correctness, maintainability, and readability.
2122
- :doc:`Metadata for CodeQL queries <metadata-for-codeql-queries>`: Metadata tells users important information about CodeQL queries. You must include the correct query metadata in a query to be able to view query results in source code.
@@ -25,4 +26,4 @@ CodeQL queries are used in code scanning analyses to find problems in source cod
2526
- :doc:`About data flow analysis <about-data-flow-analysis>`: Data flow analysis is used to compute the possible values that a variable can hold at various points in a program, determining how those values propagate through the program and where they are used.
2627
- :doc:`Creating path queries <creating-path-queries>`: You can create path queries to visualize the flow of information through a codebase.
2728
- :doc:`Troubleshooting query performance <troubleshooting-query-performance>`: Improve the performance of your CodeQL queries by following a few simple guidelines.
28-
- :doc:`Debugging data-flow queries using partial flow <debugging-a-data-flow-query-using-partial-flow>`: If a data-flow query unexpectedly produces no results, you can use partial flow to debug the problem.
29+
- :doc:`Debugging data-flow queries using partial flow <debugging-data-flow-queries-using-partial-flow>`: If a data-flow query unexpectedly produces no results, you can use partial flow to debug the problem.

0 commit comments

Comments
 (0)