Updated System.Text.Encodings.Web to address CVE-2021-26701#480
Open
AshleyF wants to merge 9 commits intomicrosoftgraph:masterfrom
Open
Updated System.Text.Encodings.Web to address CVE-2021-26701#480AshleyF wants to merge 9 commits intomicrosoftgraph:masterfrom
AshleyF wants to merge 9 commits intomicrosoftgraph:masterfrom
Conversation
…ture
* The bot can now be developed and deployed completely locally, without needing any of the Azure classic services we were using before
* All documentation has been updated
* Also made some modifications to the \psi sample itself
* Organized the pipeline to have some more structure, which makes the diagnostics viz look nicer. Fixed a few operators along the way. Added delivery policies.
* All video and audio messages are emitted with Pipeline.GetCurrentTime() (fixing the framerate issues we were seeing before), but with the "actual" message times lifted into the message payload itself, for later extraction if desired.
* All source streams are immediately split out (and images are encoded) upon writing. This obviates the need for the TeamsDataConverter project.
| @@ -1,189 +1,192 @@ | |||
| > **Note:** | |||
Contributor
There was a problem hiding this comment.
Could you clarify on the Readme.md file changes that were done as part of this change ?
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updating package to address code execution vulnerability CVE-2021-26701.