muchdogesec / stix2arango

stix2arango is a command line tool that takes a group of STIX 2.1 objects in a bundle and inserts them into ArangoDB. It can also handle updates to existing objects in ArangoDB imported in a bundle.
GNU Affero General Public License v3.0
1 stars 0 forks source link

All objects (except auto imported identity and marking definition) have is_latest property set to false #2

Closed himynamesdave closed 4 weeks ago

himynamesdave commented 1 month ago
FOR doc IN mitre_attack_enterprise_edge_collection 
  FILTER doc._is_latest == true
  RETURN [doc]

Returns 0 results.

FOR doc IN mitre_attack_enterprise_edge_collection 
  FILTER doc._is_latest == false
  RETURN [doc]

Returns >1000 results. This cannot be correct because I only imported the objects once