Skip to content

Control Correlation Identifier (CCI) Converter

georgedias edited this page Oct 8, 2021 · 8 revisions

The Control Correlation Identifier (CCI) provided by the DoD Cyber Exchange is in xml format and the converters make use of a json format.

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>
Clone this wiki locally