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

Issue with Microsoft.Data.SqlClient.dll looking for Azure.Identity.dll version 1.7.0 but project has a dependency on version 1.10.3 #2212

Closed
kailashrdave opened this issue Nov 8, 2023 · 5 comments

Comments

@kailashrdave
Copy link

kailashrdave commented Nov 8, 2023

There is a vulnerability report for Azure.Identity since October 2023
Azure.Identity project has fixed the vulnerability and provided an update with version 1.10.3.

https://nvd.nist.gov/vuln/detail/CVE-2023-36415

Our project uses Microsoft.Data.SqlClient package.
After upgrading to package 5.1.2, it still uses Azure.Identity 1.7.0 which appears in to OWASP vulnerability report.

MicrosoftTeams-image

Could you please look into it.

@ErikEJ
Copy link
Contributor

ErikEJ commented Nov 8, 2023

@kailashrdave Just add an explicit reference and wait for 5.2 or 5.1.3

@kailashrdave
Copy link
Author

@ErikEJ Thank you for your reply.

I tried to add Azure.Identity explicitly, but OWASP still complains about older version as it is mentioned in package-lock file.
the nuget restore command always download both packages (1.7.0 and 1.10.3)
Any suggestions?

@ErikEJ
Copy link
Contributor

ErikEJ commented Nov 8, 2023

Fix your security scannner to only consider what is actually deployed.

@roji
Copy link
Member

roji commented Nov 8, 2023

@David-Engel @ErikEJ given the number of issues reporting this, I'd advise having a single issue/announcement explaining the situation and linking to it.

@JRahnama
Copy link
Contributor

JRahnama commented Nov 8, 2023

Duplicate of #2195.

Closing as duplicate.

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

4 participants