SIGN IN SIGN UP
makeplane / plane UNCLAIMED

🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.

0 0 105 TypeScript

fix(api): use requester's workspace role for project member role updates (GHSA-x63v-p7wc-47x4) (#9014)

is_workspace_admin in ProjectMemberViewSet.partial_update was derived
from the target member's workspace role, not the requester's. When the
target happened to be a workspace admin, all three project-role guards
(L231/238/247) were bypassed regardless of who was making the request,
allowing a non-admin requester to re-role a workspace admin's project
membership. Compute is_workspace_admin from the requester instead and
keep the target's workspace role under a distinct name for the existing
new-role-vs-workspace-role cap.
S
sriram veeraghanta committed
4c1bdd1d625fa3f1141e8af9c15423946472069e
Parent: ff21e53
Committed by GitHub <noreply@github.com> on 5/5/2026, 11:05:28 AM