We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Good day,
I'm recieveing warnings by my IDE that "Transitive dependency System.Data.SqlClient 4.8.1 contains vulnerabilities according to Checkmarx©", and there is, in fact, an official Microsoft report on the vulnerability (which indicates a medium security risk) and that it has been fixed in version 4.8.5.
In theory, to fix it, its only necessary to update the Nuget Package. Would that be possible? Thanks a lot
The text was updated successfully, but these errors were encountered:
You'll have to do that in your own code. EF depends on that package and there is no newer version for that.
Sorry, something went wrong.
EF depends on that package and there is no newer version for that.
EF 6.5.1 has some updates and uses a newer Sql client version.
So, maybe also update EF in your lib to 6.5.1
A PR is welcome.
done in #36
No branches or pull requests
Good day,
I'm recieveing warnings by my IDE that "Transitive dependency System.Data.SqlClient 4.8.1 contains vulnerabilities according to
Checkmarx©", and there is, in fact, an official Microsoft report on the vulnerability (which indicates a medium security risk) and that it has been fixed in version 4.8.5.
In theory, to fix it, its only necessary to update the Nuget Package.
Would that be possible?
Thanks a lot
The text was updated successfully, but these errors were encountered: