MdePkg: BasePeCoffLib: Record security data directory#1844
Draft
Javagedes wants to merge 1 commit into
Draft
Conversation
Add a new field, SecurityDataDirectory, to PE_COFF_LOADER_IMAGE_CONTEXT that records the security data directory of the image. This occurs when PeCoffLoaderGetImageInfo is called. Signed-off-by: Joey Vagedes <joey.vagedes@gmail.com>
Contributor
❌ QEMU Validation FailedSource Dependencies
Results
Workflow run: https://github.com/microsoft/mu_basecore/actions/runs/29039068246 This comment was automatically generated by the Mu QEMU PR Validation workflow. |
os-d
approved these changes
Jul 9, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/202511 #1844 +/- ##
=================================================
Coverage ? 2.25%
=================================================
Files ? 1640
Lines ? 421479
Branches ? 5048
=================================================
Hits ? 9501
Misses ? 411894
Partials ? 84
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE: This is a draft PR so that the team can review it before I put it up to EDK II. This is to support The Dxe Image Validation changes that are being made.
Description
Add a new field, SecurityDataDirectory, to PE_COFF_LOADER_IMAGE_CONTEXT that records the security data directory of the image. This occurs when PeCoffLoaderGetImageInfo is called.
How This Was Tested
N/A
Integration Instructions
N/A