mu_plus
mu_plus copied to clipboard
Project Mu Microsoft Core UEFI Value
Add Host-based unit tests for the HidMouseAbsolutePointerDxe to make sure HID report format parsing is correct and robust.
Fix the links in the documentation to point to the latest version.
Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...
## Description Commit fd357a1 introduced a conversion cast that produces the following VS(2019) build error: ``` AdvLoggerPkg\Library\AdvLoggerMmAccessLib\AdvLoggerMmAccessLib.c(100): 'type cast': conversion from 'unsigned int' to 'void *' of greater size ```...
## Description Makes changes to comply with alerts raised by CodeQL. A prior pass with a subset of queries used here was already done so this is mostly addressing issues...
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.8.17 to 2022.9.13. Commits 4ad1f04 Updated to Unicode 15.0.0. 416dd66 Updated version. 134e570 Updated main.yml for GitHub Actions. Contributed by animalize. 45642ba Git issue 479: Segmentation fault...
Updates the requirements on [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) to permit the latest version. Release notes Sourced from edk2-pytool-extensions's releases. v0.19.1 What's Changed setup.py: Add semantic_version as an installation requirement by @makubacki in tianocore/edk2-pytool-extensions#322...
Bumps [edk2-basetools](https://github.com/tianocore/edk2-basetools) from 0.1.29 to 0.1.31. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
## Description Console app to get Advanced Logger dump. For each item, place an "x" in between `[` and `]` if true. Example: `[x]`. _(you can also check items in...
### Is there an existing issue for this? - [X] I have searched existing issues ### Current Behavior The transforms used in the OnScreenKeyboardDxe driver in the DisplayTransform.c file all...