atc-project / atomic-threat-coverage

Actionable analytics designed to combat threats
Apache License 2.0
962 stars 155 forks source link

ValueError tactic_refs #226

Closed wbnod closed 2 years ago

wbnod commented 2 years ago

When trying to run ATC from a fresh git clone / edit config.yml / docker build . -t atc / docker run -it atc, then it throws an error for each step in docker-entrypoint.sh and docker exits prematurely.

ValueError: 'tactic_refs' is named like a reference list property but is not a 'ListProperty' containing a subclass of 'ReferenceProperty'. See attached screen shot of traceback: main.py > react2stix.py > sdo.py > custom.py > registration.py (in stix2 library). image

wbnod commented 2 years ago

These were also run prior to the docker build: git submodule init git submodule update git submodule foreach git pull origin master

yugoslavskiy commented 2 years ago

Thank you very much for your issue, @wbnod! Issue has been resolved with @xofolowski assistance. Have a great weekend, guys!