diff options
author | Douglas Flick [MSFT] <doug.edk2@gmail.com> | 2024-01-12 02:16:01 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-16 07:56:38 +0000 |
commit | 224446543206450ddb5830e6abd026d61d3c7f4b (patch) | |
tree | 304101bca637a66de1dd33408f16257a8f77b6ec /SecurityPkg/Test | |
parent | a4b8944e27f497b0f4dbfb6aa412decab2874b58 (diff) | |
download | edk2-224446543206450ddb5830e6abd026d61d3c7f4b.tar.gz edk2-224446543206450ddb5830e6abd026d61d3c7f4b.tar.bz2 edk2-224446543206450ddb5830e6abd026d61d3c7f4b.zip |
SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763
This commit contains the patch files and tests for DxeTpm2MeasureBootLib
CVE 2022-36763.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Doug Flick [MSFT] <doug.edk2@gmail.com>
Diffstat (limited to 'SecurityPkg/Test')
-rw-r--r-- | SecurityPkg/Test/SecurityPkgHostTest.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SecurityPkg/Test/SecurityPkgHostTest.dsc b/SecurityPkg/Test/SecurityPkgHostTest.dsc index ad5b4fc350..788c1ab6fe 100644 --- a/SecurityPkg/Test/SecurityPkgHostTest.dsc +++ b/SecurityPkg/Test/SecurityPkgHostTest.dsc @@ -26,6 +26,7 @@ SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockPlatformPKProtectionLib.inf
SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiLib.inf
SecurityPkg/Test/Mock/Library/GoogleTest/MockPlatformPKProtectionLib/MockPlatformPKProtectionLib.inf
+ SecurityPkg/Library/DxeTpm2MeasureBootLib/InternalUnitTest/DxeTpm2MeasureBootLibSanitizationTestHost.inf
#
# Build SecurityPkg HOST_APPLICATION Tests
|