-
Notifications
You must be signed in to change notification settings - Fork 107
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
fix: fail to load deprecated ecdsa verifier #541
fix: fail to load deprecated ecdsa verifier #541
Conversation
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
I wonder if we should disable govulncheck for the time being. It's nice, but it cannot be configured to silence vulnerabilities. In this case, it's referring to getting the fix from an unstable version which is not ideal. Update: I've decided to add a -json flag so it still runs but it doesn't fail the CI. |
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for digging into this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Can we get this merged and a new release cut? |
Yes, unfortunately, I cannot merge it unless there're 2 maintainer approvals :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
Description of the changes being introduced by the pull request:
The following PR updates the
set_ecdsa
package to use the correct verifier for the deprecated ECDSA key type - deprecated is hex encoded, and the compliant one is PEM-formatted.The deprecated verifier is added for both key type formats - "ecdsa" and "ecdsa-sha2-nistp256".
Once this is merged, there will be a patch release of v0.6.1 which should include it.
Fixes #527
Release Notes:
Types of changes:
!
, as infeat!: change foo
).Please verify and check that the pull request fulfills the following requirements: