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

Upgrade Microsoft.Extensions.Diagnostics.HealthChecks to 8.0.6 #2252

Closed
wants to merge 2 commits into from

Conversation

Alirexaa
Copy link
Collaborator

What this PR does / why we need it:

Which issue(s) this PR fixes:
CVE-2024-21386
Please reference the issue this PR will close: #2250

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing
  • End-to-end tests passing
  • Extended the documentation
  • Provided sample for the feature

Copy link
Collaborator

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please wait until #2250 (comment) gets clarified.

@Alirexaa thank you for your help!

@@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.6" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that all projects reference it, so we should most likely move this reference to the Directory.Build.props file here:

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0">

So next time we update only one file.

@adamsitnik
Copy link
Collaborator

Please see #2250 (comment) for details

@adamsitnik adamsitnik closed this Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment