swimlane / pyattck

A Python package to interact with the Mitre ATT&CK Framework
MIT License
468 stars 87 forks source link

Mitigations lack a Mitre Att&CK ID #122

Closed jonathanunderwood closed 2 years ago

jonathanunderwood commented 2 years ago

Describe the bug Technique objects have a technique_id attribute which contaains the MITRE ID for the technique, but Mitigation objects currently lack a corresponding mitigation_id attribute.

jonathanunderwood commented 2 years ago

Have fixed this internally. Just getting approval to push a PR to pyattck-data.

jonathanunderwood commented 2 years ago

https://github.com/swimlane/pyattck-data/pull/57