You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Could you please look into it.
The text was updated successfully, but these errors were encountered:
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?
@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.
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.
Could you please look into it.
The text was updated successfully, but these errors were encountered: