Add an egress CIDR allowlist to the SSRF guard (closes #204) (#217)
All checks were successful
check / check (push) Successful in 3m1s

This commit was merged in pull request #217.
This commit is contained in:
2026-08-20 10:34:42 +02:00
parent f0512f1c3c
commit 03cd1859d7
17 changed files with 1244 additions and 61 deletions

View File

@@ -1607,7 +1607,7 @@ func (h *Handlers) validateTargetURL(
return errMissingURL
}
err := delivery.ValidateTargetURL(
err := h.ssrf.ValidateTargetURL(
r.Context(), targetURL,
)
if err != nil {