mitre / saf

The MITRE Security Automation Framework (SAF) Command Line Interface (CLI) brings together applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines
https://saf-cli.mitre.org
Other
131 stars 37 forks source link

Add ckl_updater #103

Open Amndeep7 opened 2 years ago

Amndeep7 commented 2 years ago

https://github.com/mitre/ckl2ckl

This tool translates findings from an old version of a checklist to a new version. It relies on the legacy id attributes in the new checklist to find the corresponding ids in the old checklist. As well as doing that transfer, it also outputs which controls were new (and so didn't have any findings) and which old controls did not have a corresponding control in the new version (and so its findings were not transferred over).

Amndeep7 commented 2 years ago

Make sure to call it ckl_updater and not ckl2ckl: https://github.com/mitre/ckl2ckl/issues/1