Fix InstrusionSet 'last_seen' in 2.1

stix2.1
Emmanuelle Vargas-Gonzalez 2018-02-23 08:24:26 -05:00
parent 06974c72f5
commit d51f1014c7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class IntrusionSet(STIXDomainObject):
('description', StringProperty()),
('aliases', ListProperty(StringProperty)),
('first_seen', TimestampProperty()),
('last_seen ', TimestampProperty()),
('last_seen', TimestampProperty()),
('goals', ListProperty(StringProperty)),
('resource_level', StringProperty()),
('primary_motivation', StringProperty()),