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

ssh: add warnings on DSA usage #158

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Conversation

lbajolet-hashicorp
Copy link
Contributor

The DSA signature algorithm is not considered secure anymore, and is actively deprecated in the Go crypto libs (SEE https://pkg.go.dev/crypto/dsa).

To let users know that they should not use that anymore, we add a notice in the comments for the SSH private key options.

This is linked to PR #153, where the imports for the DSA package were annotated as nolint as importing them triggers lint warnings.

@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner February 1, 2023 19:27
The DSA signature algorithm is not considered secure anymore, and is
actively deprecated in the Go crypto libs.

To let users know that they should not use that anymore, we add a notice
in the comments for the SSH private key options.
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

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

LGTM

@lbajolet-hashicorp lbajolet-hashicorp merged commit 0ab9c86 into main Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants