Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`checkmk_kube_agent` uses `gunicorn` for collecting data via the `checkmk-cluster-collector`. There is no vunerability to the issue though, since gunicorn doesn't actually process the requests. The collector sets the `worker_class` to `uvicorn.workers.UvicornWorker`. Thus, our worker uses h11 to process them, which will correctly raise an RemoteProtocolError saying "multiple Transfer-Encoding headers". CMK-17172 Change-Id: I5b9e239d0c381cb8a1d5b260331405a2a956d77d
- Loading branch information