Affected by GO-2025-3384
and 9 other vulnerabilities
GO-2025-3384: OpenFGA Authorization Bypass in github.com/openfga/openfga
GO-2025-3470: OpenFGA Authorization Bypass in github.com/openfga/openfga
GO-2025-3657: OpenFGA Authorization Bypass in github.com/openfga/openfga
GO-2025-4150: OpenFGA Improper Policy Enforcement in github.com/openfga/openfga
GO-2026-4857: OpenFGA has an Authorization Bypass through cached keys in github.com/openfga/openfga
GO-2026-5136: OpenFGA has Improper Policy Enforcement in github.com/openfga/openfga
GO-2026-5170: OpenFGA: Unauthenticated playground endpoint discloses preshared API key in HTML response in github.com/openfga/openfga
GO-2026-5239: OpenFGA has cache-key delimiter injection in shared-iterator and v2 iterator that caches enables intra-store authorization-decision poisoning in github.com/openfga/openfga
GO-2026-5322: OpenFGA Improper Policy Enforcement in github.com/openfga/openfga
GO-2026-5423: OpenFGA: OIDC audience validation skipped when --authn-oidc-audience is unset in github.com/openfga/openfga
type Transport interface {
// SetHeader sets a response header with a key and a value.// It should not be called after a response has been sent.
SetHeader(ctx context.Context, key, value string)
}
Transport is the interface to work with the transport layer.