mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
* fix(ingest): add SSRF protection for WebIngestor and RESTIngestor Block non-http(s) schemes and private/loopback/link-local targets before outbound requests, with allow_private_ips opt-in for trusted deployments. * fix(ingest): fail closed on SSRF DNS resolution errors * fix(ingest): validate SSRF targets on every HTTP redirect hop * fix(ingest): avoid blocking on SSRF DNS executor shutdown * fix(ingest): parse allow_private_ips without truthy-string pitfalls * docs(ingest): clarify robots.txt SSRF/validation comment --------- Co-authored-by: Pravit Ampapathini