Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions addons/static/templates/policy_cache_transformer_persona.json
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,16 @@
"end-two-entity:{entity}/*"
],
"actions": ["add-relationship", "remove-relationship"]
},
{
"policyResourceCategory": "ENTITY",
"policyType": "ACCESS",
"resources": [
"entity:*",
"entity-type:Process",
"entity-classification:*"
],
"actions": ["entity-create", "entity-update", "entity-delete"]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: AI Model Update Policy Grants Unnecessary Permissions

A new policy in the persona-ai-model-update section grants broad create, update, and delete permissions on all Process entities. This is logically inconsistent with the persona's purpose and violates the principle of least privilege, as these permissions are unrelated to AI model updates.

Fix in Cursor Fix in Web

}
],
"persona-ai-model-delete": [
Expand Down
Loading