-
Notifications
You must be signed in to change notification settings - Fork 525
[Internal] Fixes: System.Net.Http by bumping to pinned 4.3.4 reference
#4853
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
Conversation
System.Net.Http to pinned 4.3.4 referenceSystem.Net.Http by bumping to pinned 4.3.4 reference
Pilchie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kirankumarkolli - can you take a look at this?
Microsoft.Azure.Cosmos.Encryption.Custom/src/Microsoft.Azure.Cosmos.Encryption.Custom.csproj
Outdated
Show resolved
Hide resolved
|
On lates master branch its building with just 'Newtonsoft.Json' warning (which we are currently working on fixing it). |
|
|
|
My issue is now resolved. I'll close this request |
|
Thank you @seesharprun. |
I'm building the
Microsoft.Azure.Cosmoslibrary with .NET 9 which now shows warnings that your library has the following vulnerabilities in some projects (not all).Newtonsoft.Jsonversions < 13.0.1 (GHSA-5crp-9r3c-p9vr)System.Net.Httpversions < 4.3.4 (GHSA-7jgj-8wvc-jh57)I'm not sure if this is an allowed update.