-
Notifications
You must be signed in to change notification settings - Fork 59
Control Correlation Identifier (CCI) Converter
The Control Correlation Identifier (CCI) provided by the DoD Cyber Exchange is in many file types, such as XSL, HTML, and XML. Heimdall2 utilizes JSON-formatted files when converting different formats to Heimdall Data Format (HDF). Our CCI List to JSON converter only processes the provided U_CCI_List.xml file and produces two JSON files, the first being a list of CCI to NIST identifiers and the second being a list of CCI to definitions. So, the U_CCI_List.xml file needs to be converted from XML to JSON. The converter will only convert CCIs who have references to NIST controls.
To accomplish this process, follow the instructions listed below.
The process to convert the U_CCI_List.xml file from XML to JSON is as follows:
- Get the most recent version of the U_CCI_List file
- and run:
yarn workspace @mitre/hdf-converters cciListXml2json -i <Path/To/U_CCI_List.xml> -n <Path/To/U_CCI_List.nist.json> -d <Path/To/U_CCI_List.defs.json> -c <Path/To/U_CCI_List.ccis.json>
Helping the overall cybersecurity strength of organizations.
- Home
- How to create a release
- Environment Variables Configuration
- Heimdall Authentication Methods
- Heimdall API Documentation
- Group and User Management
- Heimdall Interface Connections
- Heimdall Architecture Information
- Heimdall Class Diagrams
- Heimdall Development Tips & Tricks
- Heimdall Frontend Components
- Heimdall Processes Documentation
- Heimdall Heroku Documentation
- Developers Code Style
- Troubleshooting
- HDF Converter Mappings
- HDF Converters How Tos
- Manual Attestations
- Control Correlation Identifier (CCI) Converter