Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/security/develop/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
href: threat-modeling-tool-releases-73007142.md
- name: Threat Modeling Tool update release 7.3.00729.1 - July 29 2020
href: threat-modeling-tool-releases-73007291.md
- name: Threat Modeling Tool update release 7.3.20927.9 - September 27 2022
href: threat-modeling-tool-releases-73209279.md
- name: Mitigations
href: threat-modeling-tool-mitigations.md
items:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: Microsoft Threat Modeling Tool release 09/27/2022 - Azure
description: Documenting the release notes for the threat modeling tool release 7.3.20927.9.
author: chmg
ms.author: chmg
ms.service: security
ms.topic: article
ms.date: 09/27/2022
---

# Threat Modeling Tool update release 7.3.20927.9 - 09/27/2022

Version 7.3.20927.9 of the Microsoft Threat Modeling Tool (TMT) was released on September 27 2022 and contains the following changes:

- Accessibility improvements
- Security fixes

## Known issues

### Errors related to TMT7.application file deserialization

#### Issue

Some customers have reported receiving the following error message when downloading the Threat Modeling Tool:

```
The threat model file '$PATH\TMT7.application' could not be deserialized. File is not an actual threat model or the threat model may be corrupted.
```

This error occurs because some browsers do not natively support ClickOnce installation. In those cases the ClickOnce application file is downloaded to the user's hard drive.

#### Workaround

This error will continue to appear if the Threat Modeling Tool is launched by double-clicking on the TMT7.application file. However, after bypassing the error the tool will function normally. Rather than launching the Threat Modeling Tool by double-clicking the TMT7.application file, users should utilize shortcuts created in the Windows Menu during the installation to start the Threat Modeling Tool.

## System requirements

- Supported Operating Systems
- [Microsoft Windows 10 Anniversary Update](https://blogs.windows.com/windowsexperience/2016/08/02/how-to-get-the-windows-10-anniversary-update/#HTkoK5Zdv0g2F2Zq.97) or later
- .NET Version Required
- [.NET 4.7.1](https://go.microsoft.com/fwlink/?LinkId=863262) or later
- Additional Requirements
- An Internet connection is required to receive updates to the tool as well as templates.

## Documentation and feedback

- Documentation for the Threat Modeling Tool is located on [docs.microsoft.com](./threat-modeling-tool.md), and includes information [about using the tool](./threat-modeling-tool-getting-started.md).

## Next steps

Download the latest version of the [Microsoft Threat Modeling Tool](https://aka.ms/threatmodelingtool).
1 change: 1 addition & 0 deletions articles/security/develop/threat-modeling-tool-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The Microsoft Threat Modeling Tool is currently released as a free [click-to-dow

## Release Notes

- [Microsoft Threat Modeling Tool GA Release Version 7.3.20927.9](threat-modeling-tool-releases-73209279.md) - September 27 2022
- [Microsoft Threat Modeling Tool GA Release Version 7.3.00729.1](threat-modeling-tool-releases-73007291.md) - July 29 2020
- [Microsoft Threat Modeling Tool GA Release Version 7.3.00714.2](threat-modeling-tool-releases-73007142.md) - July 14 2020
- [Microsoft Threat Modeling Tool GA Release Version 7.3.00316.1](threat-modeling-tool-releases-73003161.md) - March 22 2020
Expand Down