You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/query-help/index.rst
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
CodeQL query help
2
2
-----------------
3
3
4
-
View the query help for the queries included in the ``code-scanning``, ``security-extended``, and ``security-and-quality`` query suites for the languages supported by CodeQL.
4
+
View the query help for the queries included in the ``default``, ``security-extended``, and ``security-and-quality`` query suites for the languages supported by CodeQL.
5
5
6
6
- :doc:`CodeQL query help for C and C++ <cpp>`
7
7
- :doc:`CodeQL query help for C# <csharp>`
@@ -15,20 +15,20 @@ View the query help for the queries included in the ``code-scanning``, ``securit
15
15
16
16
.. pull-quote:: Information
17
17
18
-
Each query help article includes:
19
-
18
+
Each query help article includes:
19
+
20
20
- A summary of key metadata for the query.
21
21
- Information about which query suites the query is included in.
22
22
- A link to the query in the `CodeQL repository <https://github.com/github/codeql>`__.
23
23
- A description of the potential vulnerability that the query identifies and a recommendation for how to avoid introducing the problem to your code.
24
24
25
25
26
-
For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE coverage <codeql-cwe-coverage>`."
26
+
For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE coverage <codeql-cwe-coverage>`."
27
27
28
28
.. toctree::
29
29
:hidden:
30
30
:titlesonly:
31
-
31
+
32
32
cpp
33
33
csharp
34
34
go
@@ -37,4 +37,3 @@ For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE cove
0 commit comments