You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exempt proxy requests from local ACL checks in AuthorizationFilter
Document-centric ACL (acl:accessTo <document>) is semantically wrong for
the proxy, which is a global transport function. Requiring acl:Write on a
local document to forward a DELETE to a remote target would be a security
anti-pattern — the target endpoint enforces its own access control, and
SSRF protection via URLValidator is the appropriate security layer.
Extends the existing mapped-URI bypass to cover all methods and all URIs
when ?uri= is present. Adds a regression test that verifies an agent with
acl:Append only on /sparql (not on the root URL) can POST via proxy.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments