[release/5.0-preview7] Disallow unrestricted polymorphic deserialization in DataSet - #39314
#39314Merged
GrabYourPitchforks merged 2 commits intoJul 15, 2020
dotnet:release/5.0-preview7dotnet/runtime:release/5.0-preview7from
GrabYourPitchforks:dataset_cve_p7GrabYourPitchforks/runtime:dataset_cve_p7Copy head branch name to clipboard
Merged
[release/5.0-preview7] Disallow unrestricted polymorphic deserialization in DataSet#39314GrabYourPitchforks merged 2 commits intodotnet:release/5.0-preview7dotnet/runtime:release/5.0-preview7from GrabYourPitchforks:dataset_cve_p7GrabYourPitchforks/runtime:dataset_cve_p7Copy head branch name to clipboard
GrabYourPitchforks merged 2 commits into
dotnet:release/5.0-preview7dotnet/runtime:release/5.0-preview7from
GrabYourPitchforks:dataset_cve_p7GrabYourPitchforks/runtime:dataset_cve_p7Copy head branch name to clipboard
Conversation
GrabYourPitchforks
requested review from
AndriySvyryd,
Anipik,
ajcvickers and
blowdart
July 14, 2020 19:20
|
Tagging subscribers to this area: @roji, @ajcvickers |
blowdart
approved these changes
Jul 14, 2020
AndriySvyryd
approved these changes
Jul 14, 2020
Member
Author
|
CI's on the floor. Restarting. /azp run runtime |
Anipik
approved these changes
Jul 15, 2020
Member
Author
|
CI's not scheduling certain test runs. However, the test legs that did run were successful, so marching forward with this. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes CVE-2020-1147
https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/CVE-2020-1147
See also https://go.microsoft.com/fwlink/?linkid=2132227.
5.0-preview7 port from the release/3.1 branch. Only change was to the .csproj to account for some build system updates.