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

Possibility to update System.Data.SqlClient to version >=4.8.5? #34

Closed
akaBilih opened this issue Mar 3, 2023 · 4 comments
Closed

Possibility to update System.Data.SqlClient to version >=4.8.5? #34

akaBilih opened this issue Mar 3, 2023 · 4 comments

Comments

@akaBilih
Copy link

akaBilih commented Mar 3, 2023

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

@lbargaoanu
Copy link
Member

You'll have to do that in your own code. EF depends on that package and there is no newer version for that.

@MagicAndre1981
Copy link
Contributor

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

@lbargaoanu
Copy link
Member

A PR is welcome.

@MagicAndre1981
Copy link
Contributor

A PR is welcome.

done in #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants