fix: legacy member role mapping for settings should not include delete project (#7866)

This commit is contained in:
Laurin 2026-03-18 11:04:51 +01:00 committed by GitHub
parent 9c0d95e825
commit 66a4f6bef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'hive': patch
---
Fix legacy member scope mappings granting access to deleting projects.

View file

@ -368,7 +368,6 @@ function transformOrganizationMemberLegacyScopesIntoPermissionGroup(
break;
}
case ProjectAccessScope.SETTINGS: {
permissions.add('project:delete');
permissions.add('project:modifySettings');
permissions.add('schemaLinting:modifyProjectRules');
break;