Skip to content
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

Patch a vulnerability in System.Text.Encodings.Web #5484

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

damonbarry
Copy link
Member

@damonbarry damonbarry commented Sep 10, 2021

One of our dependencies, prometheus-net.AspNetCore, has a transitive dependency on a vulnerable version of System.Text.Encodings.Web. Updating prometheus-net.AspNetCore wouldn't change anything, so the recommended approach is to make an explicit reference to the patched version of System.Text.Encodings.Web, to override the transitive version.

I used dotnet list package --include-transitive before and after the change to verify that the transitive dependency is replaced by the explicit dependency within the project.

@kodiakhq kodiakhq bot merged commit 5eea54a into Azure:release/1.1 Sep 10, 2021
@damonbarry damonbarry deleted the cg-vuln branch September 10, 2021 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants