back to API Security

All API Security articles

API Security → All API Security articles

3 weeks ago

gRPC & Protobuf Security

gRPC feels like a black box — binary protobuf over HTTP/2 — so people assume it is hard to attack. It is not. The wire format is t…

May 24, 2026

SSRF via APIs

any endpoint that fetches a URL (image proxy, link preview, webhook, OEmbed, /import) is a tunnel an attacker can point at your in…

May 23, 2026

GraphQL Security

A query language that turns the API surface inside out — the client picks the shape of every response. The resolver model, schema …