You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Extract SSRF validator into pkg/urlvalidate and apply to every registry
URL surface (IDP config, webhook target, snapshot restore).
- Match cloud metadata hostnames case-insensitively; prior check bypassed
when the attacker uppercased a segment.
- Validate URLs when restoring snapshots so a tainted snapshot can't
smuggle a malicious IDP/webhook URL on startup.
- Cap crypto-map growth and short-circuit before scalar-mult when the
unauth map is already at the bound.
- Add SPDX headers to all registry sources; tighten tests for the new
validator paths.
0 commit comments