center-for-threat-informed-defense / attack-workbench-collection-manager

[DEPRECATED] An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains the REST API and services for managing collections, collection indexes, and collection subscriptions.
https://ctid.mitre-engenuity.org/
Apache License 2.0
12 stars 12 forks source link

Create mock collection data #6

Closed isaisabel closed 4 years ago

isaisabel commented 4 years ago

As a developer of the Collection manager, I want to be able to test my designs with mock collection data.

Using the format described here, generate three collections and one collection index. The index will largely resemble the code example in that document.

All resulting data (three collection STIX bundles and one collection-index file) should be put in a collections folder of this repository.

isaisabel commented 4 years ago

Resolved in https://github.com/center-for-threat-informed-defense/federated-attack-collection-manager/pull/7.