Skip to content

Commit 22e06e9

Browse files
authored
Merge pull request #217610 from mgchaitanyababu/main
Updated release notes for Threat Modeling Tool
2 parents b314ee7 + 044cfef commit 22e06e9

File tree

4 files changed

+107
-0
lines changed

4 files changed

+107
-0
lines changed

articles/security/develop/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
href: threat-modeling-tool-releases-73007142.md
6363
- name: Threat Modeling Tool update release 7.3.00729.1 - July 29 2020
6464
href: threat-modeling-tool-releases-73007291.md
65+
- name: Threat Modeling Tool update release 7.3.20927.9 - September 27 2022
66+
href: threat-modeling-tool-releases-73209279.md
67+
- name: Threat Modeling Tool update release 7.3.21108.2 - November 8 2022
68+
href: threat-modeling-tool-releases-73211082.md
6569
- name: Mitigations
6670
href: threat-modeling-tool-mitigations.md
6771
items:
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Microsoft Threat Modeling Tool release 09/27/2022 - Azure
3+
description: Documenting the release notes for the threat modeling tool release 7.3.20927.9.
4+
author: chmg
5+
ms.author: chmg
6+
ms.service: security
7+
ms.topic: article
8+
ms.date: 09/27/2022
9+
---
10+
11+
# Threat Modeling Tool update release 7.3.20927.9 - 09/27/2022
12+
13+
Version 7.3.20927.9 of the Microsoft Threat Modeling Tool (TMT) was released on September 27 2022 and contains the following changes:
14+
15+
- Accessibility improvements
16+
- Security fixes
17+
18+
## Known issues
19+
20+
### Errors related to TMT7.application file deserialization
21+
22+
#### Issue
23+
24+
Some customers have reported receiving the following error message when downloading the Threat Modeling Tool:
25+
26+
```
27+
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.
28+
```
29+
30+
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.
31+
32+
#### Workaround
33+
34+
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.
35+
36+
## System requirements
37+
38+
- Supported Operating Systems
39+
- [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
40+
- .NET Version Required
41+
- [.NET 4.7.1](https://go.microsoft.com/fwlink/?LinkId=863262) or later
42+
- Additional Requirements
43+
- An Internet connection is required to receive updates to the tool as well as templates.
44+
45+
## Documentation and feedback
46+
47+
- 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).
48+
49+
## Next steps
50+
51+
Download the latest version of the [Microsoft Threat Modeling Tool](https://aka.ms/threatmodelingtool).
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Microsoft Threat Modeling Tool release 11/08/2022 - Azure
3+
description: Documenting the release notes for the threat modeling tool release 7.3.21108.2.
4+
author: chmg
5+
ms.author: chmg
6+
ms.service: security
7+
ms.topic: article
8+
ms.date: 11/08/2022
9+
---
10+
11+
# Threat Modeling Tool update release 7.3.21108.2 - 11/08/2022
12+
13+
Version 7.3.21108.2 of the Microsoft Threat Modeling Tool (TMT) was released on November 8 2022 and contains the following changes:
14+
15+
- Bug fixes
16+
17+
## Known issues
18+
19+
### Errors related to TMT7.application file deserialization
20+
21+
#### Issue
22+
23+
Some customers have reported receiving the following error message when downloading the Threat Modeling Tool:
24+
25+
```
26+
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.
27+
```
28+
29+
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.
30+
31+
#### Workaround
32+
33+
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.
34+
35+
## System requirements
36+
37+
- Supported Operating Systems
38+
- [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
39+
- .NET Version Required
40+
- [.NET 4.7.1](https://go.microsoft.com/fwlink/?LinkId=863262) or later
41+
- Additional Requirements
42+
- An Internet connection is required to receive updates to the tool as well as templates.
43+
44+
## Documentation and feedback
45+
46+
- 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).
47+
48+
## Next steps
49+
50+
Download the latest version of the [Microsoft Threat Modeling Tool](https://aka.ms/threatmodelingtool).

articles/security/develop/threat-modeling-tool-releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The Microsoft Threat Modeling Tool is currently released as a free [click-to-dow
3434

3535
## Release Notes
3636

37+
- [Microsoft Threat Modeling Tool GA Release Version 7.3.21108.2](threat-modeling-tool-releases-73211082.md) - November 8 2022
38+
- [Microsoft Threat Modeling Tool GA Release Version 7.3.20927.9](threat-modeling-tool-releases-73209279.md) - September 27 2022
3739
- [Microsoft Threat Modeling Tool GA Release Version 7.3.00729.1](threat-modeling-tool-releases-73007291.md) - July 29 2020
3840
- [Microsoft Threat Modeling Tool GA Release Version 7.3.00714.2](threat-modeling-tool-releases-73007142.md) - July 14 2020
3941
- [Microsoft Threat Modeling Tool GA Release Version 7.3.00316.1](threat-modeling-tool-releases-73003161.md) - March 22 2020

0 commit comments

Comments
 (0)