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

Update Microsoft.Data.SqlClient to 5.1.4 to address CVE-2023-36414 #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jellebuitenhuisis
Copy link

@jellebuitenhuisis jellebuitenhuisis commented Aug 1, 2024

This project is referencing Microsoft.Data.SqlClient version 4.0.5.
Version 4.0.5 references Azure.Identity 1.3.0.

Version 1.3.0 of Azure.Identity does have a vulnerability. I would still recommend upgrading Microsoft.Data.SqlClient. The earliest fix for this is in version 5.1.4, the vulnerability is also addressed in the release notes.

This fixes #140.

I'd recommend upgrading to 5.1.5 of Microsoft.Data.SqlClient. This fixes CVE-2024-21319 as well as the vulnerability mentioned above. This is mentioned in these release notes as well.

@jbogard jbogard closed this Aug 1, 2024
@Thijmen
Copy link

Thijmen commented Nov 16, 2024

@jbogard any reason for closing this? Can we address #146 otherwise?

@jbogard
Copy link
Owner

jbogard commented Nov 18, 2024

I don't know why I closed this, I usually leave a comment on why I closed it. I think there were older pull requests that were about transitive dependencies with vulnerabilities (which I won't bother fixing, that's on consumers to explicitly add those references). This is a direct dependency which should be updated.

@jbogard jbogard reopened this Nov 18, 2024
@Thijmen
Copy link

Thijmen commented Nov 20, 2024

Cheers @jbogard - is there any ETA on a release with this fix? More than happy to upgrade this package. I'd like to thank you for your time and dedication, the package is a great help!

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

Successfully merging this pull request may close these issues.

Bump SqlClient to 5.1.3 and Npgsql to 8.0.3
3 participants