Skip to content

Commit 9b69e12

Browse files
authored
Remove LGTM references and update query pack name
Remove the LGTM reference from the manual, and correct the query pack name and supported versions list name.
1 parent 5100d3e commit 9b69e12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user_manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@
2020
| 0.12.0 | 2022-10-21 | Luke Cartey | Updated version to 2.10.0 |
2121
| 0.13.0 | 2022-11-03 | Remco Vermeulen | Add missing deviation analysis report tables to section 'Producing an analysis report'. |
2222
| 0.14.0 | 2022-11-03 | Remco Vermeulen | Add guideline recategorization plan. |
23-
| 0.15.0 | 2023-05-24 | Mauro Baluda | Clarify AUTOSAR C++ supported versions. |
23+
| 0.15.0 | 2023-05-24 | Mauro Baluda | Clarify AUTOSAR C++ supported versions. |
24+
| 0.16.0 | 2023-07-03 | Luke Cartey | Remove reference to LGTM, update the name of the query pack |
2425

2526
## Release information
2627

2728
This user manual documents release `2.19.0-dev` of the coding standards located at [https://github.com/github/codeql-coding-standards](https://github.com/github/codeql-coding-standards).
2829
The release page documents the release notes and contains the following artifacts part of the release:
2930

30-
- `code-scanning-cpp-query-pack-anon-2.19.0-dev.zip`: coding standard queries and scripts to be used with GitHub Code Scanning or the CodeQL CLI as documented in the section _Operating manual_.
31+
- `code-scanning-cpp-query-pack-2.19.0-dev.zip`: coding standard queries and scripts to be used with GitHub Code Scanning or the CodeQL CLI as documented in the section _Operating manual_.
3132
- `supported_rules_list_2.19.0-dev.csv`: A Comma Separated File (CSV) containing the supported rules per standard and the queries that implement the rule.
32-
- `upported_rules_list_2.18.0-dev.md`: A Markdown formatted file with a table containing the supported rules per standard and the queries that implement the rule.
33+
- `supported_rules_list_2.19.0-dev.md`: A Markdown formatted file with a table containing the supported rules per standard and the queries that implement the rule.
3334
- `user_manual_2.19.0-dev.md`: This user manual.
3435
- `Source Code (zip)`: A zip archive containing the contents of https://github.com/github/codeql-coding-standards
3536
- `Source Code (tar.gz)`: A GZip compressed tar archive containing the contents of https://github.com/github/codeql-coding-standards
@@ -426,13 +427,12 @@ and the schema files:
426427

427428
The schema files **must** be available in the same directory as the `recategorize.py` file or in any ancestor directory.
428429

429-
### GitHub Advanced Security and LGTM
430+
### GitHub Advanced Security
430431

431432
The only use cases that will be certified under ISO 26262 are those listed above. CodeQL Coding Standards is also compatible with, but not certified for, the following use cases:
432433

433434
- Creating databases and running the CodeQL Coding Standards queries with the [CodeQL Action](https://github.com/github/codeql-action) (for GitHub Actions CI/CD system).
434435
- Uploading the SARIF results files for a CodeQL Coding Standards analysis to the GitHub [Code Scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) feature.
435-
- Deployment of the default CodeQL Coding Standards queries as a custom query pack for [LGTM](https://semmle.com/lgtm).
436436

437437
### Hazard and risk analysis
438438

0 commit comments

Comments
 (0)