Fix InstrusionSet 'last_seen' in 2.1
parent
06974c72f5
commit
d51f1014c7
|
@ -155,7 +155,7 @@ class IntrusionSet(STIXDomainObject):
|
||||||
('description', StringProperty()),
|
('description', StringProperty()),
|
||||||
('aliases', ListProperty(StringProperty)),
|
('aliases', ListProperty(StringProperty)),
|
||||||
('first_seen', TimestampProperty()),
|
('first_seen', TimestampProperty()),
|
||||||
('last_seen ', TimestampProperty()),
|
('last_seen', TimestampProperty()),
|
||||||
('goals', ListProperty(StringProperty)),
|
('goals', ListProperty(StringProperty)),
|
||||||
('resource_level', StringProperty()),
|
('resource_level', StringProperty()),
|
||||||
('primary_motivation', StringProperty()),
|
('primary_motivation', StringProperty()),
|
||||||
|
|
Loading…
Reference in New Issue