Skip to content

Commit c6544c0

Browse files
committed
Update vocabs.py
1 parent 67adb11 commit c6544c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

stix/common/vocabs.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,18 @@ class ImpactRating_1_0(VocabString):
648648
TERM_NONE = "None"
649649
TERM_UNKNOWN = "Unknown"
650650

651+
@register_vocab
652+
class DeceptionChain(VocabString):
653+
_namespace = 'http://stix.mitre.org/default_vocabularies-1'
654+
_XSI_TYPE = 'stixVocabs:SystemTypeVocab-1.0'
655+
_VOCAB_VERSION = '1.0'
656+
657+
TERM_PURPOSE = "Purpose"
658+
TERM_PURPOSE = "Purpose"
659+
TERM_PURPOSE = "Purpose"
660+
TERM_PURPOSE = "Purpose"
661+
TERM_PURPOSE = "Purpose"
662+
651663

652664
@register_vocab
653665
class AssetType_1_0(VocabString):

0 commit comments

Comments
 (0)