Merged
Conversation
Contributor
|
I've just landed #35844, but I didn't touch the indirects. |
Contributor
Author
|
Thanks for getting on that @codingllama. We should still land this one in addition to get indirect updates. |
This updates crypto across all go.mod files in `teleport` to address CVE-2023-48795.
Contributor
|
That's fine. Please rebase so we don't see duplicate changes. |
31a8d32 to
89d38ff
Compare
Contributor
|
I recommend doing the backports manually, with the same |
Contributor
Author
|
I plan to do the backport manually, I just like to always include the labels to show my intention |
rosstimothy
approved these changes
Dec 18, 2023
jentfoo
added a commit
that referenced
this pull request
Dec 19, 2023
This updates crypto across all go.mod files in `teleport` to address CVE-2023-48795.
jentfoo
added a commit
that referenced
this pull request
Dec 19, 2023
This updates crypto across all go.mod files in `teleport` to address CVE-2023-48795.
jentfoo
added a commit
that referenced
this pull request
Dec 19, 2023
This updates crypto across all go.mod files in `teleport` to address CVE-2023-48795.
This was referenced Dec 19, 2023
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Dec 19, 2023
* chore: Bump golang.org/x/crypto to v0.17.0 (#35844) * chore: Bump golang.org/x/crypto to v0.17.0 Update to latest release / security patch. * https://groups.google.com/g/golang-announce/c/qA3XtxvMUyg/m/ZOwFpYq3AAAJ * Bump api/go.mod * Update golang/x/crypto to 0.17.0 (#35858) This updates crypto across all go.mod files in `teleport` to address CVE-2023-48795. --------- Co-authored-by: Alan Parra <alan.parra@goteleport.com>
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Dec 19, 2023
* chore: Bump golang.org/x/crypto to v0.17.0 (#35844) * chore: Bump golang.org/x/crypto to v0.17.0 Update to latest release / security patch. * https://groups.google.com/g/golang-announce/c/qA3XtxvMUyg/m/ZOwFpYq3AAAJ * Bump api/go.mod * Update golang/x/crypto to 0.17.0 (#35858) This updates crypto across all go.mod files in `teleport` to address CVE-2023-48795. --------- Co-authored-by: Alan Parra <alan.parra@goteleport.com>
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Dec 19, 2023
* chore: Bump golang.org/x/crypto to v0.17.0 (#35844) * chore: Bump golang.org/x/crypto to v0.17.0 Update to latest release / security patch. * https://groups.google.com/g/golang-announce/c/qA3XtxvMUyg/m/ZOwFpYq3AAAJ * Bump api/go.mod * Update golang/x/crypto to 0.17.0 (#35858) This updates crypto across all go.mod files in `teleport` to address CVE-2023-48795. --------- Co-authored-by: Alan Parra <alan.parra@goteleport.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates crypto across all
go.modfiles inteleportto address CVE-2023-48795.