From 8fcc98991d6043b52cf31bd0d1def32e9c5ad803 Mon Sep 17 00:00:00 2001 From: Souad Hadjiat Date: Tue, 18 Jul 2023 14:17:13 +0200 Subject: [PATCH] [client] add reliability in Identity for authors --- pycti/entities/opencti_identity.py | 4 ++-- pycti/entities/opencti_report.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pycti/entities/opencti_identity.py b/pycti/entities/opencti_identity.py index 707b73bb9..eeca75ef7 100644 --- a/pycti/entities/opencti_identity.py +++ b/pycti/entities/opencti_identity.py @@ -33,6 +33,7 @@ def __init__(self, opencti): roles contact_information x_opencti_aliases + x_opencti_reliability created modified objectLabel { @@ -47,7 +48,6 @@ def __init__(self, opencti): } ... on Organization { x_opencti_organization_type - x_opencti_reliability } ... on Individual { x_opencti_firstname @@ -115,6 +115,7 @@ def __init__(self, opencti): name description x_opencti_aliases + x_opencti_reliability contact_information ... on Individual { x_opencti_firstname @@ -122,7 +123,6 @@ def __init__(self, opencti): } ... on Organization { x_opencti_organization_type - x_opencti_reliability } importFiles { edges { diff --git a/pycti/entities/opencti_report.py b/pycti/entities/opencti_report.py index ad83a0894..2922ce578 100644 --- a/pycti/entities/opencti_report.py +++ b/pycti/entities/opencti_report.py @@ -34,6 +34,7 @@ def __init__(self, opencti): roles contact_information x_opencti_aliases + x_opencti_reliability created modified objectLabel { @@ -48,7 +49,6 @@ def __init__(self, opencti): } ... on Organization { x_opencti_organization_type - x_opencti_reliability } ... on Individual { x_opencti_firstname