diff --git a/backend/core/startup.py b/backend/core/startup.py index 0fe9290d4..c3f53c59a 100644 --- a/backend/core/startup.py +++ b/backend/core/startup.py @@ -38,6 +38,14 @@ "view_vulnerability", "view_user", "view_usergroup", + "view_ebiosrmstudy", + "view_fearedevent", + "view_roto", + "view_stakeholder", + "view_strategicscenario", + "view_attackpath", + "view_operationalscenario", + "view_qualification", ] APPROVER_PERMISSIONS_LIST = [ @@ -65,6 +73,14 @@ "view_user", "view_requirementmappingset", "view_requirementmapping", + "view_ebiosrmstudy", + "view_fearedevent", + "view_roto", + "view_stakeholder", + "view_strategicscenario", + "view_attackpath", + "view_operationalscenario", + "view_qualification", ] ANALYST_PERMISSIONS_LIST = [ @@ -142,6 +158,35 @@ "view_threat", "view_user", "view_usergroup", + "add_ebiosrmstudy", + "view_ebiosrmstudy", + "change_ebiosrmstudy", + "delete_ebiosrmstudy", + "add_fearedevent", + "view_fearedevent", + "change_fearedevent", + "delete_fearedevent", + "add_roto", + "view_roto", + "change_roto", + "delete_roto", + "add_stakeholder", + "view_stakeholder", + "change_stakeholder", + "delete_stakeholder", + "add_strategicscenario", + "view_strategicscenario", + "change_strategicscenario", + "delete_strategicscenario", + "add_attackpath", + "view_attackpath", + "change_attackpath", + "delete_attackpath", + "add_operationalscenario", + "view_operationalscenario", + "change_operationalscenario", + "delete_operationalscenario", + "view_qualification", ] DOMAIN_MANAGER_PERMISSIONS_LIST = [ @@ -227,6 +272,35 @@ "view_threat", "view_user", "view_usergroup", + "add_ebiosrmstudy", + "view_ebiosrmstudy", + "change_ebiosrmstudy", + "delete_ebiosrmstudy", + "add_fearedevent", + "view_fearedevent", + "change_fearedevent", + "delete_fearedevent", + "add_roto", + "view_roto", + "change_roto", + "delete_roto", + "add_stakeholder", + "view_stakeholder", + "change_stakeholder", + "delete_stakeholder", + "add_strategicscenario", + "view_strategicscenario", + "change_strategicscenario", + "delete_strategicscenario", + "add_attackpath", + "view_attackpath", + "change_attackpath", + "delete_attackpath", + "add_operationalscenario", + "view_operationalscenario", + "change_operationalscenario", + "delete_operationalscenario", + "view_qualification", ] ADMINISTRATOR_PERMISSIONS_LIST = [