Updated links in README.md as Bugzilla moved to GitHub Issues.

This commit is contained in:
MikhailKrichanov 2025-07-16 15:38:54 +03:00 committed by GitHub
parent f39c4bc76a
commit cf948b80ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,15 +89,15 @@ To not expose FV-only UEFI image formats via, e.g., DxeCore to untrusted sources
* Some validation is still absent * Some validation is still absent
### BZs fixed by integrating the new PE/COFF loader ### BZs fixed by integrating the new PE/COFF loader
* https://bugzilla.tianocore.org/show_bug.cgi?id=1860 * [Verify that loading images with <4k section alignment either succeeds or fails gracefully (Bugzilla Bug 1860)](https://github.com/tianocore/edk2-test/issues/222)
* https://bugzilla.tianocore.org/show_bug.cgi?id=1999 * [PE loader should zero out dest buffer on allocation (Bugzilla Bug 1999)](https://github.com/tianocore/edk2/issues/9757)
* https://bugzilla.tianocore.org/show_bug.cgi?id=2120 * [[PeCoffLib] Provide flexibility for platform to disable TE image support (Bugzilla Bug 2120)](https://github.com/tianocore/edk2/issues/9784)
* https://bugzilla.tianocore.org/show_bug.cgi?id=3329 * [DxeCore: No support for granular PE section permissions (Bugzilla Bug 3329)](https://github.com/tianocore/edk2/issues/10074)
* More to be added shortly... * More to be added shortly...
### BZs easier to address by integrating the new PE/COFF loader ### BZs easier to address by integrating the new PE/COFF loader
* https://bugzilla.tianocore.org/show_bug.cgi?id=3326 * [Enforce W^X design principles (Bugzilla Bug 3326)](https://github.com/tianocore/edk2/issues/10072)
* https://bugzilla.tianocore.org/show_bug.cgi?id=3331 * [Treat memory protection attributes separately (Bugzilla Bug 3331)](https://github.com/tianocore/edk2/issues/10075)
* More to be added shortly... * More to be added shortly...
## UEFI Executable File Format ## UEFI Executable File Format