Skip to content

CAPEC Tracer Functionality

Alan Birchler De Allende requested to merge alan_attack_tree_gen into master

Integrated the CAPEC tracing functionality into TTool's AI GUI window. To use this functionality, Python 3 needs to be installed. Then, run the following commands on your terminal: "pip install --user -r <path_to_your_ttool_installation>/src/main/resources/capec_tracer/requirements_capec_tracer.txt" and "python3 -m spacy download en_core_web_sm". You should see the CAPEC tracer option at the bottom of the list of available AI chat options.

Merge request reports