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

Latest released azidentity still uses outdated x/crypto #23878

Open
SimonDreher opened this issue Dec 18, 2024 · 2 comments
Open

Latest released azidentity still uses outdated x/crypto #23878

SimonDreher opened this issue Dec 18, 2024 · 2 comments
Assignees
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone

Comments

@SimonDreher
Copy link

The latest release for azidentity is 1.8.0 (from october) and still uses x/crypto v0.27: https://github.com/Azure/azure-sdk-for-go/blob/sdk/azidentity/v1.8.0/sdk/azidentity/go.mod#L14

Version 0.31 contains a security fix (golang/crypto@b4f1988) and our vulnerability scanning alerts us on that outdated indirect dependency.

You already bumped to 0.31 in https://github.com/Azure/azure-sdk-for-go/blame/main/sdk/azidentity/go.mod, so could you please release a new version of azidentity? Thank you

@github-actions github-actions bot added Azure.Identity Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 18, 2024
Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@chlowell
Copy link
Member

I'm sorry for the wait. We generally don't publish during the holiday period (November and December) to avoid the risk of support incidents while so many of our customers and engineers are out of office. We'll return to our normal cadence in January and azidentity is already scheduled to ship on January 7. In the meantime, can you satisfy your vulnerability scanner by upgrading x/crypto in your go.mod?

@chlowell chlowell added this to the 2025-01 milestone Dec 30, 2024
@chlowell chlowell moved this from Untriaged to In Progress in Azure Identity SDK Improvements Dec 30, 2024
@chlowell chlowell removed the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
Status: In Progress
Development

No branches or pull requests

2 participants