From f31bc765e6d20ff2434d75ddb39c2ca620a02235 Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Mon, 19 Apr 2021 23:09:45 +0200 Subject: [PATCH] Remove stray backslash from the URL for TCG EFI Platform Specification `https://trustedcomputinggroup.org/wp-content/uploads/TCG_EFI_Platform_1_22_Final\_-v15.pdf` does not exist. The document is hosted on the URL without the `\`: https://trustedcomputinggroup.org/wp-content/uploads/TCG_EFI_Platform_1_22_Final_-v15.pdf --- chipsec/hal/tpm_eventlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chipsec/hal/tpm_eventlog.py b/chipsec/hal/tpm_eventlog.py index a3413ce1..cb90e32b 100644 --- a/chipsec/hal/tpm_eventlog.py +++ b/chipsec/hal/tpm_eventlog.py @@ -18,7 +18,7 @@ Trusted Platform Module Event Log Based on the following specifications: TCG EFI Platform Specification For TPM Family 1.1 or 1.2 -https://trustedcomputinggroup.org/wp-content/uploads/TCG_EFI_Platform_1_22_Final\_-v15.pdf +https://trustedcomputinggroup.org/wp-content/uploads/TCG_EFI_Platform_1_22_Final_-v15.pdf TCG PC Client Specific Implementation Specification for Conventional BIOS", version 1.21 https://trustedcomputinggroup.org/wp-content/uploads/TCG_PCClientImplementation_1-21_1_00.pdf