-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Merging internal commits for release/5.0 #66352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging internal commits for release/5.0 #66352
Conversation
…o address CVE-2020-8927 [Component Governance](https://dnceng.visualstudio.com/internal/_componentGovernance/dotnet-corefx/alert/5549446?typeId=8301794) identified that we have an insecure version of Brotli in place for .NET Core 2.1, .NET Core 3.1, and .NET 5.0. The vulnerability is surfaced in the BrotliDecoderDecompress method which is used by .NET in our BrotliDecoder.TryDecompress public API. This addresses MSRC 70024. This change was created by backporting dotnet#44107, which updated Brotli to v1.0.9 in .NET 6.0 for performance optimizations.
Resolve MSRC 68613 for .NET 5
…for overshifting Fixing the shift-left handling to correctly account for overshifting
…-merge-5.0-2022-03-08-1135
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
cc @agocke @hoyosjs looks like this is existing state of the 5.0 branch. All 5.0 PRs are failing similarly. Here's an example of a log.
|
#66406 should fix the CoreCLR build failures once it's merged. We have to decide if we wait on that or not. |
Merging to unblock source build. Build failures are known, specific to the machine pools used in Validation, and are being addressed in #66406 |
No description provided.