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/SecurityPkg.ci.yaml | |
parent | a4b8944e27f497b0f4dbfb6aa412decab2874b58 (diff) | |
download | edk2-224446543206450ddb5830e6abd026d61d3c7f4b.tar.gz |
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/SecurityPkg.ci.yaml')
-rw-r--r-- | SecurityPkg/SecurityPkg.ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml index 3f03762bd6..24389531af 100644 --- a/SecurityPkg/SecurityPkg.ci.yaml +++ b/SecurityPkg/SecurityPkg.ci.yaml @@ -16,6 +16,7 @@ ## ]
"ExceptionList": [
"8005", "gRT",
+ "8001", "DxeTpm2MeasureBootLibUnitTestMain",
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
|