Skip to content

Commit

Permalink
[backend] add effective_confidence_level computed field to users (#4304)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Bocognano <98532359+SarahBocognano@users.noreply.github.com>
  • Loading branch information
labo-flg and SarahBocognano committed Jan 25, 2024
1 parent 69c48c9 commit 92dc2ab
Show file tree
Hide file tree
Showing 31 changed files with 928 additions and 370 deletions.
15 changes: 13 additions & 2 deletions opencti-platform/opencti-front/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,6 @@
"Kill": "Töten",
"Do you want to kill all the sessions of this user?": "Möchten Sie alle Sitzungen dieses Benutzers löschen?",
"Kill all": "Alle löschen",
"User will be created with default groups.": "Der Benutzer wird mit Standardgruppen erstellt.",
"Update a user": "Aktualisieren eines Benutzers",
"Organizations admin": "Organisationen verwalten",
"View all entities created by user": "Alle vom Benutzer erstellten Organisationen anzeigen",
Expand Down Expand Up @@ -2520,5 +2519,17 @@
"Max Confidence Level": "Max. Konfidenzniveau",
"This value is overridden for the following entity types": "Dieser Wert wird für die folgenden Entitätstypen außer Kraft gesetzt",
"Enable user max confidence level": "Max. Konfidenzniveau des Benutzers einschalten",
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "Die maximale Vertrauensebene des Benutzers hat Vorrang vor der maximalen Vertrauensebene, die auf Gruppen- oder Organisationsebene festgelegt werden kann."
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "Die maximale Vertrauensebene des Benutzers hat Vorrang vor der maximalen Vertrauensebene, die auf Gruppen- oder Organisationsebene festgelegt werden kann.",
"Unless specific groups are selected, user will be created with default groups.": "Wenn keine spezifischen Gruppen ausgewählt werden, wird der Benutzer mit den Standardgruppen erstellt.",
"entity_Group": "Gruppe",
"Important notice: your action is required!": "Wichtiger Hinweis: Ihr Handeln ist erforderlich!",
"this blogpost": "dieser Blogpost",
"our Slack channel": "unser Slack-Kanal",
"The following {entity_type} require your attention:": "Die folgenden {entity_type} erfordern Ihre Aufmerksamkeit:",
"and ... more": "und {count} mehr.",
"Open Settings": "Einstellungen öffnen",
"alert_GROUP_WITH_NULL_EFFECTIVE_LEVEL": "Beginnend mit OpenCTI 6.0 wird ein maximales Vertrauensniveau für Gruppen und Benutzer hinzugefügt. Damit haben Plattformadministratoren eine bessere Kontrolle über die Auswirkungen importierter Daten und können unerwünschte Datenaktualisierungen verhindern. Bitte lesen Sie {link_blogpost} für weitere Informationen.\n \nAuf dieser Plattform sind \"max confidence level\" einiger Gruppen derzeit undefiniert. Deren Mitglieder können in der Version 6.X der Plattform keine Daten erstellen. Um dies zu verhindern, stellen Sie sicher, dass für alle Gruppen eine maximale Vertrauensstufe festgelegt ist. Mehr dazu in {link_blogpost}. Achten Sie besonders auf Benutzer, die mit Connectors, Feeds und Streams verbunden sind; Sie können die individuelle Vertrauensstufe so einstellen, dass sie die Gruppen-Vertrauensstufe überschreibt, wenn dies erforderlich ist. Treten Sie {link_slack} bei, wenn Sie Ratschläge benötigen.",
"No confidence level found in this user's groups, and no confidence level defined at the user level.": "Keine Vertrauensstufe in den Gruppen dieses Benutzers gefunden und keine Vertrauensstufe auf Benutzerebene definiert.",
"confidence_level_from": "Von {entity_type} {link}",
"Unknown configuration error in the platform.": "Unbekannter Konfigurationsfehler in der Plattform."
}
14 changes: 13 additions & 1 deletion opencti-platform/opencti-front/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@
"Kill": "Kill",
"Do you want to kill all the sessions of this user?": "Do you want to kill all the sessions of this user?",
"Kill all": "Kill all",
"User will be created with default groups.": "User will be created with default groups.",
"Unless specific groups are selected, user will be created with default groups.": "Unless specific groups are selected, user will be created with default groups.",
"Update a user": "Update a user",
"Organizations admin": "Organizations admin",
"View all entities created by user": "View all entities created by user",
Expand Down Expand Up @@ -1346,6 +1346,7 @@
"entity_Data-Source": "Data Source",
"entity_Individual": "Individual",
"entity_Organization": "Organization",
"entity_Group": "Group",
"entity_Sector": "Sector",
"entity_System": "System",
"entity_Indicator": "Indicator",
Expand Down Expand Up @@ -2508,6 +2509,17 @@
"This value is overridden for the following entity types": "This value is overridden for the following entity types",
"Enable user max confidence level": "Enable user max confidence level",
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "The user's max confidence level overrides the max confidence that might be set at groups or organizations level.",
"Important notice: your action is required!": "Important notice: your action is required!",
"this blogpost": "this blogpost",
"our Slack channel": "our Slack channel",
"The following {entity_type} require your attention:": "The following {entity_type} require your attention:",
"and ... more": "and {count} more.",
"Open Settings": "Open Settings",
"alert_GROUP_WITH_NULL_EFFECTIVE_LEVEL": "Starting with OpenCTI 6.0, a max confidence level will be added to groups and users. It will provide platform administrators with more control on the impact of imported data and prevent any unwanted update on data. Please read {link_blogpost} for more information.\n \nOn this platform, \"max confidence level\" of some groups are currently undefined. Their members will not be able to create any data in version 6.X of the platform. In order to prevent that, make sure all groups have a max confidence level set. More info in {link_blogpost}. Be particularly mindful of users associated to Connectors, Feeds and Streams; you can set individual confidence level to override group confidence level if need be. Join {link_slack} if you need advices.",
"No confidence level found in this user's groups, and no confidence level defined at the user level.": "No confidence level found in this user's groups, and no confidence level defined at the user level.",
"confidence_level_from": "From {entity_type} {link}",
"Unknown configuration error in the platform.": "Unknown configuration error in the platform.",
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "The user's max confidence level overrides the max confidence that might be set at groups or organizations level.",
"pattern": "Indicator pattern",
"Update subscription": "Update subscription",
"Subscribe to updates (modifications and new relations)": "Subscribe to updates (modifications and new relations)",
Expand Down
15 changes: 13 additions & 2 deletions opencti-platform/opencti-front/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@
"Selected entities": "Entidades seleccionadas",
"Merged entity": "Entidad fusionada",
"Demo credentials": "Credenciales de prueba",
"User will be created with default groups.": "El usuario se creará con grupos por defecto.",
"No connectors are enabled on this platform.": "Ningún conector se ha habilitado en esta plataforma.",
"Enabled import connectors": "Conectores de importación activados",
"No enrichment connectors on this platform": "Ningún conector de enriquecimiento en esta plataforma",
Expand Down Expand Up @@ -2520,5 +2519,17 @@
"Max Confidence Level": "Nivel de confianza máximo",
"This value is overridden for the following entity types": "Este valor se anula para los siguientes tipos de entidad",
"Enable user max confidence level": "Habilitar nivel de confianza máximo del usuario",
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "El nivel máximo de confianza del usuario anula el nivel máximo de confianza que pueda estar establecido a nivel de grupos u organizaciones."
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "El nivel máximo de confianza del usuario anula el nivel máximo de confianza que pueda estar establecido a nivel de grupos u organizaciones.",
"Unless specific groups are selected, user will be created with default groups.": "A menos que se seleccionen grupos específicos, el usuario se creará con los grupos por defecto.",
"entity_Group": "Grupo",
"Important notice: your action is required!": "Aviso importante: ¡su acción es necesaria!",
"this blogpost": "este blogpost",
"our Slack channel": "nuestro canal de Slack",
"The following {entity_type} require your attention:": "Los siguientes {entity_type} requieren su atención:",
"and ... more": "y {count} más.",
"Open Settings": "Abrir Ajustes",
"alert_GROUP_WITH_NULL_EFFECTIVE_LEVEL": "A partir de OpenCTI 6.0, se añadirá un nivel de confianza máximo a los grupos y usuarios. Proporcionará a los administradores de la plataforma un mayor control sobre el impacto de los datos importados y evitará cualquier actualización no deseada de los datos. Lea {link_blogpost} para obtener más información.\n \nEn esta plataforma, \"el nivel máximo de confianza\" de algunos grupos no están definidos actualmente. Sus miembros no podrán crear ningún dato en la versión 6.X de la plataforma. Para evitarlo, asegúrate de que todos los grupos tienen un nivel de confianza máximo definido. Más información en {link_blogpost}. Ten especial cuidado con los usuarios asociados a Conectores, Feeds y Streams; puedes establecer el nivel de confianza individual para anular el nivel de confianza de grupo si es necesario. Únete a {link_slack} si necesitas consejos.",
"No confidence level found in this user's groups, and no confidence level defined at the user level.": "No se ha encontrado ningún nivel de confianza en los grupos de este usuario, y no se ha definido ningún nivel de confianza a nivel de usuario.",
"confidence_level_from": "De {entity_type} {link}",
"Unknown configuration error in the platform.": "Error de configuración desconocido en la plataforma."
}
15 changes: 13 additions & 2 deletions opencti-platform/opencti-front/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@
"Selected entities": "Entités sélectionnées",
"Merged entity": "Entité fusionnée",
"Demo credentials": "Identifiants de démo",
"User will be created with default groups.": "L'utilisateur sera créé avec les groupes par défaut.",
"No connectors are enabled on this platform.": "Aucun connecteur n'est actif sur cette plateforme",
"Enabled import connectors": "Connecteurs d'import activés",
"No enrichment connectors on this platform": "Aucun connecteur d'enrichissement sur cette plateforme",
Expand Down Expand Up @@ -2520,5 +2519,17 @@
"Max Confidence Level": "Niveau de confiance maximal",
"This value is overridden for the following entity types": "Cette valeur est remplacée pour les types d'entités suivants",
"Enable user max confidence level": "Activer le niveau de confiance maximum de l'utilisateur",
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "Le niveau de confiance maximum de l'utilisateur est prioritaire sur le niveau de confiance maximum qui peut être défini au niveau des groupes ou des organisations."
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "Le niveau de confiance maximum de l'utilisateur est prioritaire sur le niveau de confiance maximum qui peut être défini au niveau des groupes ou des organisations.",
"entity_Group": "Groupe",
"Important notice: your action is required!": "Avis important : votre action est requise !",
"this blogpost": "ce billet de blog",
"our Slack channel": "notre canal Slack",
"and ... more": "et {count} de plus.",
"Open Settings": "Ouvrir les paramètres",
"No confidence level found in this user's groups, and no confidence level defined at the user level.": "Aucun niveau de confiance n'a été trouvé dans les groupes et organisations de cet utilisateur, et aucun niveau de confiance n'a été défini au niveau de l'utilisateur.",
"confidence_level_from": "De {entity_type} {link}",
"Unknown configuration error in the platform.": "Erreur de configuration inconnue dans la plate-forme.",
"alert_GROUP_WITH_NULL_EFFECTIVE_LEVEL": "À partir d'OpenCTI 6.0, un niveau de confiance maximal sera ajouté aux groupes et aux utilisateurs. Cela permettra aux administrateurs de la plateforme de mieux contrôler l'impact des données importées et d'éviter toute mise à jour indésirable des données. Veuillez lire {link_blogpost} pour plus d'informations.\n \nSur cette plateforme, le niveau de confiance maximum de certains groupes est actuellement indéfini. Leurs membres ne pourront pas créer de données dans la version 6.X de la plateforme. Pour éviter cela, assurez-vous que tous les groupes ont un niveau de confiance maximum défini. Plus d'informations dans {link_blogpost}. Soyez particulièrement attentif aux utilisateurs associés aux connecteurs, aux streams et aux feeds ; vous pouvez définir un niveau de confiance individuel pour remplacer le niveau de confiance du groupe si nécessaire. Rejoignez {link_slack} si vous avez besoin de conseils.",
"The following {entity_type} require your attention:": "Les {entity_type} suivants requièrent votre attention :",
"Unless specific groups are selected, user will be created with default groups.": "Si aucun groupe spécifique n'est sélectionné, l'utilisateur sera créé avec les groupes par défaut."
}
15 changes: 13 additions & 2 deletions opencti-platform/opencti-front/lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@
"Selected entities": "選択したエンティティ",
"Merged entity": "マージされたエンティティ",
"Demo credentials": "デモ用の認証情報",
"User will be created with default groups.": "ユーザーは既定のグループで作成されます。",
"No connectors are enabled on this platform.": "有効なコネクタがありません。",
"Enabled import connectors": "有効なインポート用コネクタ",
"No enrichment connectors on this platform": "有効なエンリッチ用コネクタがありません",
Expand Down Expand Up @@ -2520,5 +2519,17 @@
"Max Confidence Level": "最大信頼度",
"This value is overridden for the following entity types": "この値は以下のエンティティ・タイプでオーバーライドされます。",
"Enable user max confidence level": "ユーザの最大信頼レベルを有効にする",
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "ユーザーの最大信頼レベルは、グループまたは組織レベルで設定されている可能性のある最大信頼レベルを上書きします。"
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "ユーザーの最大信頼レベルは、グループまたは組織レベルで設定されている可能性のある最大信頼レベルを上書きします。",
"Unless specific groups are selected, user will be created with default groups.": "特定のグループを選択しない限り、ユーザーはデフォルトのグループで作成されます。",
"entity_Group": "グループ",
"Important notice: your action is required!": "重要なお知らせ:あなたのアクションが必要です!",
"this blogpost": "このブログ記事",
"our Slack channel": "Slackチャンネル",
"The following {entity_type} require your attention:": "以下の{entity_type}に注意が必要です:",
"and ... more": "および{count}以上です。",
"Open Settings": "設定を開く",
"alert_GROUP_WITH_NULL_EFFECTIVE_LEVEL": "OpenCTI 6.0 から、グループとユーザーに最大信頼度が追加されます。これにより、プラットフォーム管理者はインポートされたデータの影響をよりコントロールできるようになり、データの不要な更新を防ぐことができます。詳しくは{link_blogpost}をお読みください。\n \nこのプラットフォームでは、いくつかのグループの最大信頼度が現在未定義です。そのグループのメンバーはバージョン6.Xではデータを作成することができません。これを防ぐには、すべてのグループに最大信頼度が設定されていることを確認してください。詳細は{link_blogpost}を参照してください。コネクター、フィード、ストリームに関連するユーザーには特に注意してください。必要であれば、グループの信頼度よりも個人の信頼度を優先して設定できます。アドバイスが必要な場合は{link_slack}に参加してください。",
"No confidence level found in this user's groups, and no confidence level defined at the user level.": "このユーザーのグループには信頼レベルが見つからず、ユーザーレベルにも信頼レベルが定義されていません。",
"confidence_level_from": "5}}から{entity_type}",
"Unknown configuration error in the platform.": "プラットフォームで不明な構成エラーが発生しました。"
}
15 changes: 13 additions & 2 deletions opencti-platform/opencti-front/lang/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@
"Selected entities": "选定的实体",
"Merged entity": "归并的实体",
"Demo credentials": "Demo凭证",
"User will be created with default groups.": "將使用預設組創建使用者。",
"No connectors are enabled on this platform.": "此平台未启用任何连接器。",
"Enabled import connectors": "已启用的导入连接器",
"No enrichment connectors on this platform": "此平台上没有富化连接器",
Expand Down Expand Up @@ -2520,5 +2519,17 @@
"Max Confidence Level": "最大置信度",
"This value is overridden for the following entity types": "以下实体类型可重载该值",
"Enable user max confidence level": "启用用户最大置信度",
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "用户的最大置信度优先于可能在组或组织级别设置的最大置信度。"
"The user's max confidence level overrides the max confidence that might be set at groups or organizations level.": "用户的最大置信度优先于可能在组或组织级别设置的最大置信度。",
"Unless specific groups are selected, user will be created with default groups.": "除非选择了特定组,否则创建用户时将使用默认组。",
"entity_Group": "",
"Important notice: your action is required!": "重要提示:需要您执行操作!",
"this blogpost": "本博文",
"our Slack channel": "我们的 Slack 频道",
"The following {entity_type} require your attention:": "以下 {entity_type} 需要您的关注:",
"and ... more": "和{count}更多。",
"Open Settings": "打开设置",
"alert_GROUP_WITH_NULL_EFFECTIVE_LEVEL": "从 OpenCTI 6.0 开始,将为组和用户添加最大置信度。这将为平台管理员提供更多对导入数据影响的控制,并防止任何不必要的数据更新。请阅读 {link_blogpost} 获取更多信息。\n \n在本平台中,某些组的 \"max confidence level\" 目前未定义。这些组的成员将无法在 6.X 版平台中创建任何数据。为避免出现这种情况,请确保所有组都设置了最大置信度。更多信息请参见 {link_blogpost}。请特别注意与连接器、馈送和数据流相关联的用户;必要时,您可以设置个人置信度来覆盖组置信度。如果需要建议,请加入 {link_slack} 。",
"No confidence level found in this user's groups, and no confidence level defined at the user level.": "在该用户的组中未找到置信度,也未在用户级别定义置信度。",
"confidence_level_from": "来自 {entity_type}{link}",
"Unknown configuration error in the platform.": "平台中存在未知配置错误。"
}
Loading

0 comments on commit 92dc2ab

Please sign in to comment.