What's Changed
- suggest threats by element
- suggest threats by context
- added google sign-in feature
- new translation for Bahasa Indonesia
- new translation for Malay
- new translation for Japanese
- improvements to the diagram editing
- builds for ARM64 platforms
- provide SBOMs
- support custom Gitlab instance
Full Changelog: v2.2.0...v2.3.0
Web application
The web application is provided as a .tar.gz file or a .zip file along with a software bill of materials (SBOM) .
Docker container
The docker images are available from Dockerhub:
- For X86 platforms pull the image:
docker pull --platform linux/x86_64 owasp/threat-dragon:v2.3.0
- Alternatively for ARM64 platforms:
docker pull --platform linux/arm64 owasp/threat-dragon:v2.3.0-arm64
Desktop version
Platform | File | SHA512 |
---|---|---|
Windows NSIS installer | Threat-Dragon-ng-Setup-2.3.0.exe | checksum.yml |
MacOS installer x86 | Threat-Dragon-ng-2.3.0.dmg | checksum-mac.yml |
MacOS installer ARM64 | Threat-Dragon-ng-2.3.0-arm64.dmg | checksum-mac-arm64.yml |
Linux AppImage | Threat-Dragon-ng-2.3.0.AppImage | checksum-linux.yml |
Debian package, AMD64 | threat-dragon_2.3.0_amd64.deb | |
Redhat package manager, X86 64 bit | threat-dragon-2.3.0.x86_64.rpm | |
Linux Snap | direct from Snapcraft |
Software Bill of Materials
SBOMS are provided for the server and for the frontend application including desktop.
Installing on Windows
Download and run the NSIS executable. Depending on the security applied in your Windows system,
you may need to open the file properties and check the 'Unblock' checkbox to allow Threat Dragon to run
Installing on MacOS
To install on MacOS systems download and run the disk image .dmg
file , either the x86 or arm64 version.
Note that the MacOS .zip
files are used for automatic updates, and are not recommended for installation.
Installing on Linux
Select the method that is most convenient for your distribution of Linux:
AppImage
can be used for most Linux distributions and hardware platforms- a Snap image is available from the official Snapcraft distribution
.rpm
for Red Hat Linux, AIX, CentOS, Fedora.deb
for debian based Linux such as Ubuntu, Trisqel and Debian itself
New Contributors
- @jksolbakken made their first contribution in #914
- @mohamedselbohy made their first contribution in #910
- @teguh02 made their first contribution in #923
- @m10k made their first contribution in #933
- @pzrq made their first contribution in #940
- @michaelgrahamevans made their first contribution in #942
- @alexvorndran made their first contribution in #951
- @moerketh made their first contribution in #952
- @jason-meredith-rewind made their first contribution in #959
- @jkowalleck made their first contribution in #964
- @4xpl0r3r made their first contribution in #965
- @ch-lepp made their first contribution in #996
- @mi0x made their first contribution in #1047
- @bryng001 made their first contribution in #1092
- @assarbad made their first contribution in #1115