mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-06 00:33:20 +02:00
Implement ITS/VMScape/BTI and misc enhancements (#539)
7a7408dfix: add rebleet to --variantcccb3c0enh: add known fixed ucode versions for CVE-2023-23583 (Reptar) and CVE-2024-45332 (BPI)090f109doc: add CVE-2023-31315 (SinkClose) to the unsupported list, add categories5dc9c3cchore: reorder CVE list in README.mda00fab1feat: implement CVE-2025-40300 (VMScape) and CVE-2024-45332 (BTI)e0b818fchore: stalebot: disable dryrun by default4af1155feat: implement CVE-2024-28956 (ITS, Indirect Target Selection) vulnerability and mitigation detectiondfed6f3doc: add note about more unsupported CVEs1652977add a generated version of src/libs/003_intel_models.sha089ae8fix: sys_interface_check() must set the caller's $msg var (closes #533)cc6bbaachore: don't include src/ generated files in build2717b0adoc: CVE-2020-12965 unsupported (#478)
This commit is contained in:
committed by
GitHub
parent
f2d871acff
commit
8a6f9d5d63
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
||||
persist-credentials: true
|
||||
- name: install prerequisites
|
||||
run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt jq sqlite3 iucode-tool make
|
||||
- name: update Intel model list
|
||||
run: ./scripts/update_intel_models.sh
|
||||
- name: build and check
|
||||
run: |
|
||||
make build fmt-check shellcheck
|
||||
@@ -96,6 +98,7 @@ jobs:
|
||||
git fetch origin ${{ github.ref_name }}-build
|
||||
git checkout -f ${{ github.ref_name }}-build
|
||||
mv $tmpdir/* .
|
||||
rm -rf src/
|
||||
mkdir -p .github
|
||||
rsync -vaP --delete $tmpdir/.github/ .github/
|
||||
git add --all
|
||||
|
||||
2
.github/workflows/expected_cve_count
vendored
2
.github/workflows/expected_cve_count
vendored
@@ -1 +1 @@
|
||||
21
|
||||
26
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -30,4 +30,4 @@ jobs:
|
||||
days-before-close: 7
|
||||
stale-issue-label: stale
|
||||
remove-stale-when-updated: true
|
||||
debug-only: ${{ case(inputs.action == 'apply', false, true) }}
|
||||
debug-only: ${{ case(inputs.action == 'dryrun', true, false) }}
|
||||
|
||||
Reference in New Issue
Block a user