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

Commit 6ef66c6

Browse files
[client] Add missing meta reference #1589
1 parent 83dd768 commit 6ef66c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/utils/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class StixMetaTypes(Enum):
7979
MARKING_DEFINITION = "Marking-Definition"
8080
LABEL = "Label"
8181
EXTERNAL_REFERENCE = "External-Reference"
82+
KILL_CHAIN_PHASE = "kill-chain-phase"
8283

8384
@classmethod
8485
def has_value(cls, value):

0 commit comments

Comments
 (0)