Skip to content

Commit 6463bf9

Browse files
committed
Fix: Update dbx_info_msft_latest.json to correct incorrect guids
REF: #377 Specifically, the following guids were incorrect and have been updated to match the correct values: - "guid": "{e8f82e9d-e127-4158-a488-4c18abe2f284} == EFI_CDBOOT_DBXSVN_GUID", - "guid": "{c999cac2-7ffe-496f-8127-9e2a8a535976} == EFI_WDSMGR_DBXSVN_GUID", The following guid was previously corrected in #404 - "guid": "{9d132b61-59d5-4388-ab1c-185c3cb2eb92} == EFI_BOOTMGR_DBXSVN_GUID", Signed-off-by: dougflick@microsoft.com <dougflick@microsoft.com>
1 parent 37d29ea commit 6463bf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PreSignedObjects/DBX/dbx_info_msft_latest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6915,15 +6915,15 @@
69156915
"value": "019D2EF8E827E15841A4884C18ABE2F284000003000000000000000000000000",
69166916
"version": "3.0",
69176917
"filename": "cdboot.efi",
6918-
"guid": "{e8f82e9d-e127-4158-88a4-4c18abe2f284} == EFI_CDBOOT_DBXSVN_GUID",
6918+
"guid": "{e8f82e9d-e127-4158-a488-4c18abe2f284} == EFI_CDBOOT_DBXSVN_GUID",
69196919
"description": "Windows cdboot SVN CVE-2023-24932",
69206920
"dateOfLastChange": "2024-04-01"
69216921
},
69226922
{
69236923
"value": "01C2CA99C9FE7F6F4981279E2A8A535976000003000000000000000000000000",
69246924
"version": "3.0",
69256925
"filename": "wdsmgfw.efi",
6926-
"guid": "{c999cac2-7ffe-496f-2781-9e2a8a535976} == EFI_WDSMGR_DBXSVN_GUID",
6926+
"guid": "{c999cac2-7ffe-496f-8127-9e2a8a535976} == EFI_WDSMGR_DBXSVN_GUID",
69276927
"description": "Windows wdsmgfw SVN CVE-2023-24932",
69286928
"dateOfLastChange": "2024-04-01"
69296929
}

0 commit comments

Comments
 (0)