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
fix: resolve cross-workspace IDOR in workspace management endpoints (#47)
Use getWorkspace(request) to scope GET/PUT/DELETE operations to the
authenticated workspace instead of accepting arbitrary workspaceId
from URL params. This matches the secure pattern used by events and
webhooks controllers.
Closes#46
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments