Skip to content

Commit

Permalink
Update vocabs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmoker committed Jun 2, 2015
1 parent 67adb11 commit c6544c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions stix/common/vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,18 @@ class ImpactRating_1_0(VocabString):
TERM_NONE = "None"
TERM_UNKNOWN = "Unknown"

@register_vocab
class DeceptionChain(VocabString):
_namespace = 'http://stix.mitre.org/default_vocabularies-1'
_XSI_TYPE = 'stixVocabs:SystemTypeVocab-1.0'
_VOCAB_VERSION = '1.0'

TERM_PURPOSE = "Purpose"
TERM_PURPOSE = "Purpose"
TERM_PURPOSE = "Purpose"
TERM_PURPOSE = "Purpose"
TERM_PURPOSE = "Purpose"


@register_vocab
class AssetType_1_0(VocabString):
Expand Down

0 comments on commit c6544c0

Please sign in to comment.