center-for-threat-informed-defense / attack-workbench-rest-api

An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains the REST API service for storing, querying, and editing ATT&CK objects.
https://ctid.mitre-engenuity.org/
Apache License 2.0
42 stars 22 forks source link

The Collection Bundle Import should not require the spec_version property in the imported bundle #103

Closed ElJocko closed 3 years ago

ElJocko commented 3 years ago

~When exporting a collection bundle, the collection bundle service is not adding a spec-version property to the bundle. The spec_version is required and should be set to "2.1".~

isaisabel commented 3 years ago

The need for spec_version may not be correct. See this comment: https://github.com/center-for-threat-informed-defense/attack-workbench-frontend/issues/247#issuecomment-925979804

ElJocko commented 3 years ago

When importing a collection bundle, the API should allow, but not require the spec_version.