gRPC hit with xDS RBAC header-matching bypass and a server panic

Two advisories land against google.golang.org/grpc today: an xDS RBAC HTTP filter that skips lowercasing header names before matching, which can let a DENY rule be sidestepped, and a server-side panic on xDS-routed requests that arrive without either :authority or Host headers. Anyone running gRPC with xDS in front of it will want to check versions before the weekend. Elsewhere, a writeup revisits the concurrency bug that forced Let's Encrypt to revoke three million certificates, which pairs uncomfortably well with the day's other reading on least-privilege Go code.