-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[v14] chore: Bump golang.org/x/crypto to v0.31.0 #50081
Conversation
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.
Does this need a separate update to the plugins?
Do the plugins actually care about /x/crypto/ssh? |
They use ssh to connect to the cluster 🙃 |
If they don't serve connections I don't think they care. In any case it would be good to update to pacify security scanners. FYI @hugoShaka. |
Yeah that was exactly why I asked. |
Yeah, plugins should not be vulnerable as they don't run SSH servers.
I think the repo plugin is now archived? Prior to the plugin repo merge, we never supported backport and bugfixes to older plugin versions (plugins release mechanism always used the last stable teleport release). Since the |
Backport #50075 to branch/v14.
Changelog: Updated golang.org/x/crypto to v0.31.0 (CVE-2024-45337)