-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET January 2024 Update - .NET 8.0.1, NET 7.0.15, .NET 6.0.26 #9052
Comments
It is announced that 6.0.26 has CVE-2024-0056 fix. When I try to add "Microsoft.EntityFrameworkCore.SqlServer 6.0.26" package dependency to my project, I see that it has reference to Microsoft.Data.SqlClient 2.1.4 version. As I understand 2.1.4 version is vulnerable, and 2.1.7 should be used. And finally this announcement says that all <3.1.5 versions of Microsoft.Data.SqlClient are vulnerable: |
Yes. |
It appears the packages in the
|
@simonhaines - which version of Fedora are you using? I just successfully installed dotnet-sdk-8.0 (8.0.101) through Fedora 37 (end-of-life as of 12/2023), 38, and 39 so hopefully things are working for you now. |
Thanks @leecow , the issue is with the For others facing this issue, you can determine if you have this repository enabled:
A quick look into this repository reveals that most packages have version 8.0.1 except for
I assume, from the documentation at https://learn.microsoft.com/en-us/dotnet/core/install/linux-fedora that this repository is no longer the official way of installing dotnet packages, so all installed packages should be removed and re-installed from the Fedora
To disable the broken repository altogether:
Better now, thanks. |
Why Microsoft.EntityFrameworkCore.SqlServer v6.0.26 did not increase the dependency version of Microsoft.Data.SqlClient to >=2.1.7? Isn't it bug? |
|
closing in favor of #9163 |
.NET January 2024 Update
Release Notes
Status
Issues
Please report any issues you find either by responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Known Issues
The text was updated successfully, but these errors were encountered: