mirror of
https://github.com/makeplane/plane.git
synced 2026-09-02 20:19:49 +02:00
Editing a workflow state is project configuration; its sibling writes (create, destroy, mark_as_default) are all @allow_permission([ROLE.ADMIN]). partial_update was the outlier at [ADMIN, MEMBER, GUEST], so any project Guest could rewrite any state's name/color/group/description and set it as the project default — a functional bypass of the admin-only mark_as_default. Tighten partial_update to [ROLE.ADMIN]. Adds 3 contract tests (guest 403, member 403, admin 200); fail-before verified. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>