Affected by GO-2026-6015
and 2 other vulnerabilities
GO-2026-6015: Skipper: Unbounded Request Body Read in Admission Webhook Causes Memory Exhaustion DoS in github.com/zalando/skipper
GO-2026-6018: Skipper's routesrv-no-auth component: All routesrv API Endpoints Lack Authentication in github.com/zalando/skipper
GO-2026-6019: Skipper: Incomplete fix for CVE-2026-50197: an oversized body can bypass OPA deny-on-presence Rego policies in github.com/zalando/skipper
New creates a specification for the xforward filter
that appends the remote IP of the incoming request to the
X-Forwarded-For header, and sets the X-Forwarded-Host header
to the value of the incoming request's Host header.
NewFirst creates a specification for the xforwardFirst filter
that prepends the remote IP of the incoming request to the
X-Forwarded-For header, and sets the X-Forwarded-Host header
to the value of the incoming request's Host header.