mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 19:18:48 +00:00
Replace substring check `"azure.com" in url` with `urlparse`-based hostname validation to prevent bypass via crafted URLs (CWE-20). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>