glowbase / decider

A web application assisting network defenders, analysts, and researchers in the process of mapping adversarial behaviors to MITRE ATT&CK, ACSC ISM and NIST 800-53 frameworks.
Other
4 stars 1 forks source link

Updates database import to use the new mappings-*.json format. #15

Closed allan-korol closed 3 months ago

allan-korol commented 3 months ago

Minor change to the convert_new.py so techniques are no longer an array of objects, but a JSON object with keys of the technique.

Closes #12