libs/core/langchain_core/_security/_exceptions.py PYTHON 10 lines View on github.com → Search inside
1"""SSRF protection exceptions."""234class SSRFBlockedError(Exception):5    """Raised when a request is blocked by SSRF protection policy."""67    def __init__(self, reason: str) -> None:8        self.reason = reason9        super().__init__(f"SSRF blocked: {reason}")

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.