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

vendor: google.golang.org/grpc v1.56.3 #46657

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Oct 16, 2023


server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487).

In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.

- A picture of a cute animal (not mandatory but encouraged)

server: prohibit more than MaxConcurrentStreams handlers from running at once
(CVE-2023-44487).

In addition to this change, applications should ensure they do not leave running
tasks behind related to the RPC before returning from method handlers, or should
enforce appropriate limits on any such work.

- grpc/grpc-go@v1.56.2...v1.56.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants