Skip to content

Commit

Permalink
[backend] Fix missing entities in shared Report (#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Sep 17, 2024
1 parent e965f3b commit 8d65d17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ export const STIX_ORGANIZATIONS_UNRESTRICTED = [
ABSTRACT_STIX_REF_RELATIONSHIP,
ENTITY_TYPE_IDENTITY_ORGANIZATION,
ENTITY_TYPE_IDENTITY_SECTOR,
ENTITY_TYPE_IDENTITY_SYSTEM,
ENTITY_TYPE_IDENTITY_INDIVIDUAL,
ENTITY_TYPE_LOCATION,
ENTITY_TYPE_WORK, // Work is defined as an history object
ENTITY_TYPE_TAXII_COLLECTION, // TODO TaxiiCollection must be migrate to add according parent types
Expand Down

0 comments on commit 8d65d17

Please sign in to comment.