Skip to content

Commit

Permalink
Update SBAT generation requirements for 05/24/22
Browse files Browse the repository at this point in the history
bump shim SBAT generation requirement to 2 for CVE-2022-28737
bump GRUB2 SBAT generation requirement to 2 for CVE-2021-3695

Signed-off-by: Jan Setje-Eilers <jan.setjeeilers@oracle.com>
  • Loading branch information
jsetje authored and vathpela committed May 24, 2022
1 parent 80e34fc commit 9a09faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sbat.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
SBAT_VAR_SIG SBAT_VAR_VERSION SBAT_VAR_PREVIOUS_DATE "\n" \
SBAT_VAR_PREVIOUS_REVOCATIONS

#define SBAT_VAR_LATEST_DATE SBAT_VAR_ORIGINAL_DATE
#define SBAT_VAR_LATEST_REVOCATIONS
#define SBAT_VAR_LATEST_DATE "2022052400"
#define SBAT_VAR_LATEST_REVOCATIONS "shim,2\ngrub,2\n"
#define SBAT_VAR_LATEST \
SBAT_VAR_SIG SBAT_VAR_VERSION SBAT_VAR_LATEST_DATE "\n" \
SBAT_VAR_LATEST_REVOCATIONS
Expand Down

0 comments on commit 9a09faf

Please sign in to comment.