Skip to content

Commit

Permalink
[client] add reliability in Identity for authors
Browse files Browse the repository at this point in the history
  • Loading branch information
SouadHadjiat committed Jul 18, 2023
1 parent b8e1e25 commit 8fcc989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pycti/entities/opencti_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def __init__(self, opencti):
roles
contact_information
x_opencti_aliases
x_opencti_reliability
created
modified
objectLabel {
Expand All @@ -47,7 +48,6 @@ def __init__(self, opencti):
}
... on Organization {
x_opencti_organization_type
x_opencti_reliability
}
... on Individual {
x_opencti_firstname
Expand Down Expand Up @@ -115,14 +115,14 @@ def __init__(self, opencti):
name
description
x_opencti_aliases
x_opencti_reliability
contact_information
... on Individual {
x_opencti_firstname
x_opencti_lastname
}
... on Organization {
x_opencti_organization_type
x_opencti_reliability
}
importFiles {
edges {
Expand Down
2 changes: 1 addition & 1 deletion pycti/entities/opencti_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def __init__(self, opencti):
roles
contact_information
x_opencti_aliases
x_opencti_reliability
created
modified
objectLabel {
Expand All @@ -48,7 +49,6 @@ def __init__(self, opencti):
}
... on Organization {
x_opencti_organization_type
x_opencti_reliability
}
... on Individual {
x_opencti_firstname
Expand Down

0 comments on commit 8fcc989

Please sign in to comment.