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

deprecate SHA-1 usage in dotnet nuget sign command #42697

Merged

Conversation

kartheekp-ms
Copy link
Contributor

@kartheekp-ms kartheekp-ms commented Sep 24, 2024

Summary

Deprecate SHA-1 usage in dotnet nuget sign command

Starting with .NET 9 Preview 7, dotnet nuget sign command will raise a NU3043 warning if an invalid value or SHA-1 hash is passed for the certificate fingerprint option. The value must be a SHA-256, SHA-384, or SHA-512 certificate fingerprint (in hexadecimal).


Internal previews

📄 File 🔗 Preview link
docs/core/tools/dotnet-nuget-sign.md docs/core/tools/dotnet-nuget-sign

Copy link
Contributor

@tdykstra tdykstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

docs/core/tools/dotnet-nuget-sign.md Outdated Show resolved Hide resolved
Co-authored-by: Andy (Steve) De George <[email protected]>
@adegeo adegeo enabled auto-merge (squash) September 26, 2024 17:35
@adegeo adegeo merged commit 5d6225c into dotnet:main Sep 26, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants