cti icon indicating copy to clipboard operation
cti copied to clipboard

enterprise-attack.json contains formatting issues (unescaped quotes) and illegal Unicode chars

Open kentmanley opened this issue 2 years ago • 0 comments

I was trying to use the latest copy of https://github.com/vmapps/attack2neo project to load MITRE Enterprise ATT&CK into a Neo4j database, and received numerous errors.

  1. There are embedded Unicode characters (Japanese or Korean) in a few of the descriptions.
  2. There are Microsoft "smart quotes" both single and double in a few of the descriptions.
  3. Numerous "description" entries (values) contain either multiple, un-escaped single and double quotes, which causes parsers to fail on those lines.

I can make a diff file if that would be helpful.

I have not double checked the Mobile or ICS versions yet.

kentmanley avatar Jul 14 '22 15:07 kentmanley