-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
golang.org/x/crypto/openpgp is deprecated #2317
Comments
Looks like 0.5.0 is released in the following link: It would resolve: CVE-2022-27191 |
@hungle92 - would you like to submit a PR? |
Merged
gmlewis
pushed a commit
that referenced
this issue
Mar 8, 2023
exageraldo
pushed a commit
to exageraldo/go-github
that referenced
this issue
Mar 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
golang.org/x/crypto/openpgp is currently used to as an optional signing key: https://github.com/google/go-github/blob/master/github/git_commits.go#L27-L50
However this package is now deprecated: golang/go#44226
The text was updated successfully, but these errors were encountered: