* update codeql pack versions

* update readme with new codeql version
This commit is contained in:
Jacob Ronstadt 2023-12-15 13:09:58 -08:00 коммит произвёл GitHub
Родитель f1b0cd2b2b
Коммит c133ba4ce1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 16 добавлений и 14 удалений

Просмотреть файл

@ -6,7 +6,7 @@ This repository contains open-source components for supplemental use in developi
| Branch to use | CodeQL CLI version |
|--------------------------|--------------------|
| main | 2.15.1 |
| main | 2.15.4 |
### For Windows Hardware Compatibility Program Use
@ -17,7 +17,7 @@ This repository contains open-source components for supplemental use in developi
| Windows 11 | WHCP_21H2 | 2.4.6 |
| Windows 11, version 22H2 | WHCP_22H2 | 2.6.3 |
For general use, use the `main` branch along with [version 2.15.1 of the CodeQL CLI](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.1).
For general use, use the `main` branch along with [version 2.15.4 of the CodeQL CLI](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.4).
## Quickstart
@ -30,7 +30,7 @@ For general use, use the `main` branch along with [version 2.15.1 of the CodeQL
For the WHCP Program, use the CodeQL CLI version in accordance with the table above and Windows release you are certifying for: [version 2.4.6](https://github.com/github/codeql-cli-binaries/releases/tag/v2.4.6) or [version 2.6.3](https://github.com/github/codeql-cli-binaries/releases/tag/v2.6.3).
For general use with the `main` branch, use [CodeQL CLI version 2.15.1](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.1).
For general use with the `main` branch, use [CodeQL CLI version 2.15.4](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.4).
1. Clone and install the Windows Driver Developer Supplemental Tools repository which contains the CodeQL queries specific for drivers:
@ -56,7 +56,7 @@ For general use, use the `main` branch along with [version 2.15.1 of the CodeQL
1. Verify CodeQL is installed correctly by checking the version:
```
D:\codeql-home\codeql>codeql --version
CodeQL command-line toolchain release 2.15.1.
CodeQL command-line toolchain release 2.15.4.
Copyright (C) 2019-2023 GitHub, Inc.
Unpacked in: D:\codeql-home\codeql
Analysis results depend critically on separately distributed query and

Просмотреть файл

@ -2,19 +2,21 @@
lockVersion: 1.0.0
dependencies:
codeql/cpp-all:
version: 0.10.1
version: 0.12.1
codeql/cpp-queries:
version: 0.8.1
version: 0.9.0
codeql/dataflow:
version: 0.1.1
version: 0.1.4
codeql/rangeanalysis:
version: 0.0.3
codeql/ssa:
version: 0.2.1
version: 0.2.4
codeql/suite-helpers:
version: 0.7.1
version: 0.7.4
codeql/tutorial:
version: 0.2.1
version: 0.2.4
codeql/typetracking:
version: 0.2.1
version: 0.2.4
codeql/util:
version: 0.2.1
version: 0.2.4
compiled: false

Просмотреть файл

@ -4,8 +4,8 @@
name: microsoft/windows-drivers
version: 0.2.0
dependencies:
codeql/cpp-queries: 0.8.1
codeql/cpp-all: 0.10.1
codeql/cpp-queries: 0.9.0
codeql/cpp-all: 0.12.1
suites: suites
extractor: cpp
licenses: MIT