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
132 stars 37 forks source link

nist array in CIS excel data #97

Open ejaronne opened 3 years ago

ejaronne commented 3 years ago

I maintain the https://github.com/mitre/inspec_tools/blob/master/lib/data/NIST_Map_02052020_CIS_Controls_Version_7.1_Implementation_Groups_1.2.xlsx spreadsheet used by inspec_tools.

Currently, I only name one NIST control to associate with one CIS control. If I were to populate an array, say, AC-2, IA-5(1) in the first column, would inspec_tools' current code properly populate the NIST tag in the profile schema?

camdenmoors commented 2 years ago

@ejaronne Is this still a question?