Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 0 additions & 105 deletions SPECS/containerd2/CVE-2026-25680.patch

This file was deleted.

113 changes: 0 additions & 113 deletions SPECS/containerd2/CVE-2026-25681.patch

This file was deleted.

75 changes: 0 additions & 75 deletions SPECS/containerd2/CVE-2026-27136.patch

This file was deleted.

48 changes: 0 additions & 48 deletions SPECS/containerd2/CVE-2026-33814.patch

This file was deleted.

3 changes: 2 additions & 1 deletion SPECS/containerd2/CVE-2026-37236.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ diff --git a/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/mux.go b/v
index 19255ec..4b36cb0 100644
--- a/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/mux.go
+++ b/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/mux.go
@@ -70,6 +70,7 @@ type ServeMux struct {
@@ -71,7 +71,8 @@ type ServeMux struct {
streamErrorHandler StreamErrorHandlerFunc
routingErrorHandler RoutingErrorHandlerFunc
disablePathLengthFallback bool
+ disableHTTPMethodOverride bool
unescapingMode UnescapingMode
writeContentLength bool
disableChunkedEncoding bool
}
@@ -259,6 +260,19 @@ func WithDisablePathLengthFallback() ServeMuxOption {
}
Expand Down
Loading
Loading