Expand description
SSRF-safe URL validation and secure HTTP client builder.
Use validate_registry_url to sanitize any registry URL before making
outbound requests. Rejects private/loopback IPs, dangerous schemes, and
cloud metadata endpoints.
Functions§
- validate_
registry_ url - Validate a registry URL for SSRF safety.