Skip to content

Commit f68779e

Browse files
committed
DBX Update: dbx_info_msft_01_06_25.csv
This updates the Default DBX file with the latest Microsoft revocation list. This includes existing but undocumented entries, as well as new entries. This commit does not update the signed objects and will come in a additonal PR. Consult the dbx_info_msft_01_06_25.csv file for more information.
1 parent b7bf2b9 commit f68779e

2 files changed

Lines changed: 660 additions & 3 deletions

File tree

FirmwareDefaults.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Each entry must have a "SignatureOwner" GUID. While the GUID is not required to be unique,
1010
# the Microsoft HLK test will fail if the GUID overlaps with the Microsoft GUID.
1111
# It is recommended to use your own GUID for the SignatureOwner.
12-
#
12+
#
1313
# #pragma pack(1)
1414
# typedef struct _EFI_SIGNATURE_DATA {
1515
# EFI_GUID SignatureOwner;
@@ -53,6 +53,15 @@
5353
# └───────────────┘\ │ │
5454
# \____________└─────────────────────────┘
5555
#
56+
# Note:
57+
# Powershell:
58+
# Use the following command to compute the SHA1 hash of a file:
59+
# > Get-FileHash -Algorithm SHA1 <file>
60+
#
61+
# Bash:
62+
# Use the following command to compute the SHA1 hash of a file:
63+
# > sha1sum <file>
64+
#
5665
# Copyright (C) Microsoft Corporation
5766
# SPDX-License-Identifier: BSD-2-Clause-Patent
5867
##
@@ -146,7 +155,7 @@ signature_owner = "77fa9abd-0359-4d32-bd60-28f4e78f784b"
146155
help = "Contains a list of revoked certificates that will not execute on this system. Filtered per Architecture (ARM, Intel)."
147156

148157
[[DefaultDbx.files]]
149-
path = "PreSignedObjects/DBX/Hashes/dbx_info_msft_4_09_24.csv"
158+
path = "PreSignedObjects/DBX/Hashes/dbx_info_msft_01_06_25.csv"
150159
url = "https://uefi.org/sites/default/files/resources/dbx_info.csv"
151-
sha1 = 0x501379f1564a6bfc08e1e584767501bae9fd8907
160+
sha1 = 0x724C1FB6C512A3242134A66B6939416D0369D467
152161
signature_owner = "77fa9abd-0359-4d32-bd60-28f4e78f784b"

0 commit comments

Comments
 (0)