Highlights
Authentication Bypass: 2 prior fixes. Scrutinize any change in this area.
crypto/bls/attestation.go: most-fixed (2 issues). Treat as high-risk during review.
5 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Authentication Bypass: Signing operations can be invoked without an API key, allowing unauthorized use of the signer.
SSRF: Operator metadata URLs are fetched without proper validation, enabling SSRF attacks.
Command Injection: Shell invocation via bash -c with unsanitized input allows command injection.