-
Notifications
You must be signed in to change notification settings - Fork 21
Controlled Vocabulary Fixes
- Status: Open
- Closes: January 5, 2015
Modify the Detection vocabulary to rename two entries with a name collision. A new incremental DiscoverMethodVocab and Enum version will be created for this purpose. This may require client-side changes if these entries were referenced strictly by name.
Currently a user who wants to encode fraud behavior detected using internal controls would use:
<Behavior><Discovery_Method>Fraud Detection
- This conflicts with another entry with the same name.
Proposed changes
<Behavior><Discovery_Method>Internal - Fraud Detection
- Now there is a distinction between
Internal -
andExternal -
Additionally, a minor change will remove spurious duplicates from the Asset
default vocabulary. This should not require client-side changes since the values were exact duplicates.
Feedback can be sent to the public STIX discussion list (make sure to join first) or sent privately to the core STIX team at stix@mitre.org.