From cf948b80ca29793fe5975ac65d0f9e9c5cc9548f Mon Sep 17 00:00:00 2001 From: MikhailKrichanov <65890930+MikhailKrichanov@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:38:54 +0300 Subject: [PATCH] Updated links in README.md as Bugzilla moved to GitHub Issues. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eaf9aac2f1..772abee533 100644 --- a/README.md +++ b/README.md @@ -89,15 +89,15 @@ To not expose FV-only UEFI image formats via, e.g., DxeCore to untrusted sources * Some validation is still absent ### BZs fixed by integrating the new PE/COFF loader -* https://bugzilla.tianocore.org/show_bug.cgi?id=1860 -* https://bugzilla.tianocore.org/show_bug.cgi?id=1999 -* https://bugzilla.tianocore.org/show_bug.cgi?id=2120 -* https://bugzilla.tianocore.org/show_bug.cgi?id=3329 +* [Verify that loading images with <4k section alignment either succeeds or fails gracefully (Bugzilla Bug 1860)](https://github.com/tianocore/edk2-test/issues/222) +* [PE loader should zero out dest buffer on allocation (Bugzilla Bug 1999)](https://github.com/tianocore/edk2/issues/9757) +* [[PeCoffLib] Provide flexibility for platform to disable TE image support (Bugzilla Bug 2120)](https://github.com/tianocore/edk2/issues/9784) +* [DxeCore: No support for granular PE section permissions (Bugzilla Bug 3329)](https://github.com/tianocore/edk2/issues/10074) * More to be added shortly... ### BZs easier to address by integrating the new PE/COFF loader -* https://bugzilla.tianocore.org/show_bug.cgi?id=3326 -* https://bugzilla.tianocore.org/show_bug.cgi?id=3331 +* [Enforce W^X design principles (Bugzilla Bug 3326)](https://github.com/tianocore/edk2/issues/10072) +* [Treat memory protection attributes separately (Bugzilla Bug 3331)](https://github.com/tianocore/edk2/issues/10075) * More to be added shortly... ## UEFI Executable File Format