Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Update .NET libraries which have security problems in transitive dependencies #2967

Merged
merged 5 commits into from
Apr 5, 2023

Conversation

Porges
Copy link
Member

@Porges Porges commented Apr 4, 2023

The existing versions of these libraries have dependencies on packages with known vulnerabilities.

These can be listed via:

dotnet list package --include-transitive --vulnerable


Updating the ADO packages fixes the following:

Updating the Identity packages fixes the following:

Updating the System.Text.RegularExpressions package fixed:

Updating the System.Net.Http package (in test project) fixed:

@Porges Porges force-pushed the dotnet-vulnerabilities branch from edd8005 to cc7542c Compare April 4, 2023 21:43
@Porges Porges requested a review from tevoinea April 4, 2023 21:43
@Porges Porges force-pushed the dotnet-vulnerabilities branch from cc7542c to 0ff6df6 Compare April 4, 2023 21:44
@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2023

Codecov Report

Merging #2967 (0ff6df6) into main (b8f0327) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #2967   +/-   ##
=======================================
  Coverage   29.10%   29.10%           
=======================================
  Files         304      304           
  Lines       36337    36337           
=======================================
  Hits        10577    10577           
  Misses      25760    25760           
Impacted Files Coverage Δ
...Service/ApiService/onefuzzlib/notifications/Ado.cs 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Porges Porges changed the title Update ADO libraries Update .NET libraries Apr 4, 2023
@Porges Porges changed the title Update .NET libraries Update .NET libraries which have security problems in transitive dependencies Apr 4, 2023
@Porges Porges enabled auto-merge (squash) April 5, 2023 00:59
@Porges Porges merged commit 7ea0901 into main Apr 5, 2023
@Porges Porges deleted the dotnet-vulnerabilities branch April 5, 2023 01:09
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Apr 5, 2023
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Apr 11, 2023
1 task
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants