Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable HTTP/2 by Default for Webhooks to Mitigate CVE Risks
Ensure HTTP/2 is disabled by default for webhooks. Disabling HTTP/2 mitigates vulnerabilities associated with: - HTTP/2 Stream Cancellation (GHSA-qppj-fm5r-hxr3) - HTTP/2 Rapid Reset (GHSA-4374-p667-p6c8) While CVE fixes exist, they remain insufficient; disabling HTTP/2 helps reduce risks. For details, see: kubernetes/kubernetes#121197
- Loading branch information