Skip to content

Release Notes

Upgrading

To upgrade ThreatForest to the latest version:

Using pipx:

pipx upgrade threatforest

Using pip:

pip install --upgrade threatforest

From source:

cd ThreatForest
git pull
pip install --upgrade .


Version 0.1.0 (Initial Release)

Release Date: TBD

Features

  • Initial release of ThreatForest
  • AI-powered threat modeling and attack tree generation
  • MITRE ATT&CK framework integration
  • Support for multiple LLM providers (AWS Bedrock, Anthropic, OpenAI, Gemini, Ollama)
  • Interactive HTML dashboard for visualizing attack trees
  • ThreatComposer file support
  • Autonomous repository analysis using Strands framework
  • Multi-stage workflow with state management

Known Issues

  • None reported yet

Breaking Changes

  • N/A (initial release)