-
Notifications
You must be signed in to change notification settings - Fork 60
Control Correlation Identifier (CCI) Converter
georgedias edited this page Oct 11, 2021
·
8 revisions
The Control Correlation Identifier (CCI) provided by the DoD Cyber Exchange is in xml format and Heimdall2 utilizes json formatted files when converting different formats to HDF, therefore the U_CCI_List after being downloaded need to be converted from xml to json. To accomplish this process follow the instructions listed below.
The process to concert 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 xml2json <Path/To/U_CCI_List.xml> <Path/To/U_CCI_List.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