Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 5765446

Browse files
committed
[backend] add pir to supported types
1 parent 2eb0f40 commit 5765446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/utils/opencti_stix2_splitter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
SUPPORTED_STIX_ENTITY_OBJECTS # entities
2020
+ list(STIX_CYBER_OBSERVABLE_MAPPING.keys()) # observables
2121
+ ["relationship", "sighting"] # relationships
22+
+ ["pir"]
2223
)
2324

2425

0 commit comments

Comments
 (0)