Skip to content

Commit 3578816

Browse files
authored
Merge pull request github#12915 from github/sabrowning1/query-suite-name-fix
Update `code-scanning` query suite name to `default`
2 parents 12d1811 + a95fc79 commit 3578816

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/codeql/query-help/index.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CodeQL query help
22
-----------------
33

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.
55

66
- :doc:`CodeQL query help for C and C++ <cpp>`
77
- :doc:`CodeQL query help for C# <csharp>`
@@ -15,20 +15,20 @@ View the query help for the queries included in the ``code-scanning``, ``securit
1515

1616
.. pull-quote:: Information
1717

18-
Each query help article includes:
19-
18+
Each query help article includes:
19+
2020
- A summary of key metadata for the query.
2121
- Information about which query suites the query is included in.
2222
- A link to the query in the `CodeQL repository <https://github.com/github/codeql>`__.
2323
- A description of the potential vulnerability that the query identifies and a recommendation for how to avoid introducing the problem to your code.
2424

2525

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>`."
2727

2828
.. toctree::
2929
:hidden:
3030
:titlesonly:
31-
31+
3232
cpp
3333
csharp
3434
go
@@ -37,4 +37,3 @@ For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE cove
3737
python
3838
ruby
3939
codeql-cwe-coverage
40-
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Visit the articles below to see the documentation for the queries included in the following query suites:
22

3-
- ``code-scanning``: queries run by default in CodeQL code scanning on GitHub.
4-
- ``security-extended``: queries from ``code-scanning``, plus extra security queries with slightly lower precision and severity.
5-
- ``security-and-quality``: queries from ``code-scanning``, ``security-extended``, plus extra maintainability and reliability queries.
3+
- ``default``: queries run by default in CodeQL code scanning on GitHub.
4+
- ``security-extended``: queries from ``default``, plus extra security queries with slightly lower precision and severity.
5+
- ``security-and-quality``: queries from ``default``, ``security-extended``, plus extra maintainability and reliability queries.

0 commit comments

Comments
 (0)