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

Worker.Extensions.CosmosDB is using old Azure.Identity package (v1.4) with vulnerabilities #2373

Closed
Astral100 opened this issue Apr 1, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Astral100
Copy link

Astral100 commented Apr 1, 2024

Description

This is similar to this issue (Azure/azure-functions-durable-extension#2759), just for a different package.

When using the latest Microsoft.Azure.Functions.Worker.Extensions.CosmosDB package Version="4.7.0", in the .Net 8.0 project, it pulls the old Azure.Identity package version 1.4 into .azurefunctions folder, which is then being reported by our vulnerability scanning tool Wiz:

image

image

image

Is it possible to update Worker.Extensions.CosmosDB package to use the latest identity library please?

Steps to reproduce

Install Microsoft.Azure.Functions.Worker.Extensions.CosmosDB package Version="4.7.0", in the .Net 8.0 Azure Functions project and check the Azure.Identity package version in the .azurefunctions folder

@fabiocav
Copy link
Member

fabiocav commented Apr 4, 2024

This has been resolved with #2378 and released with 4.8 https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.CosmosDB/4.8.0

@Astral100 thank you for the issue. In the future, please see https://github.com/Azure/azure-functions-dotnet-worker/security/policy#reporting-security-issues for CVE reporting.

Thanks!

@fabiocav fabiocav closed this as completed Apr 4, 2024
@Astral100
Copy link
Author

@fabiocav Wonderful, thank you very much for the fast fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants