Skip to content

Commit 1f1ab2a

Browse files
authored
Merge pull request #96591 from parulgarg/master
TMT Release Notes - 16th October
2 parents 560320d + b66887f commit 1f1ab2a

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed

articles/security/develop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
href: threat-modeling-tool-releases-71604081.md
6565
- name: Threat Modeling Tool update release 7.1.60702.1 - 7/02/2019
6666
href: threat-modeling-tool-releases-71607021.md
67+
- name: Threat Modeling Tool update release 7.1.61015.1 - 10/16/2019
68+
href: threat-modeling-tool-releases-71610151.md
6769
- name: Mitigations
6870
href: threat-modeling-tool-mitigations.md
6971
items:
3.84 KB
Loading
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Threat Modeling Tool Releases - Microsoft Threat Modeling Tool - Azure | Microsoft Docs
3+
description: Documenting the release notes for the threat modeling tool
4+
services: security
5+
documentationcenter: na
6+
author: jegeib
7+
manager: jegeib
8+
editor: jegeib
9+
10+
ms.assetid: na
11+
ms.service: security
12+
ms.workload: na
13+
ms.tgt_pltfrm: na
14+
ms.devlang: na
15+
ms.topic: article
16+
ms.date: 10/16/2019
17+
ms.author: jegeib
18+
19+
---
20+
21+
# Threat Modeling Tool update release 7.1.61015.1 - 10/16/2019
22+
23+
Version 7.1.61015.1 of the Microsoft Threat Modeling Tool (TMT) was released on October 16 2019 and contains the following changes:
24+
25+
- Accessibility improvements
26+
- Bug fixes
27+
- New stencils for Azure Logic Apps and Azure Data Explorer
28+
29+
## Notable bug fixes
30+
31+
### Improved backward compatibility with files created in "Threat Modeling Tool 2016"
32+
33+
Several bugs related to the opening or display of threat model files created in "Threat Modeling Tool 2016" have been fixed.
34+
35+
## Feature enhancements
36+
37+
### New stencils for Azure Logic Apps and Azure Data Explorer
38+
39+
New stencils for Azure Logic Apps and Azure Data Explorer were added to the Azure Stencil along with their associated threats and mitigations.
40+
41+
![Azure Logic Apps and Azure Data Explorer Stencils](./media/threat-modeling-tool-releases-71610151/tmt-logic-apps.png)
42+
43+
## Known issues
44+
45+
### Errors related to priority values outside of the expected ranges
46+
47+
Some customers have reported receiving the following error message when opening files created in the "Threat Modeling Tool 2016" or custom templates:
48+
49+
System.InvalidOperationException: Invalid Priority value. Accepted values are [0..4] and 'High', 'Medium', 'Low' at ThreatModeling.Model.Threat.get_Priority()
50+
51+
System.ArgumentOutOfRangeException: Accepted values are 'High', 'Medium', and 'Low' Parameter name: value Actual value was 5.6. at ThreatModeling.Model.Threat.set_Priority(String value)
52+
53+
This issue is under investigation
54+
55+
## System requirements
56+
57+
- Supported Operating Systems
58+
- [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
59+
- .NET Version Required
60+
- [.Net 4.7.1](https://go.microsoft.com/fwlink/?LinkId=863262) or later
61+
- Additional Requirements
62+
- An Internet connection is required to receive updates to the tool as well as templates.
63+
64+
## Documentation and feedback
65+
66+
- Documentation for the Threat Modeling Tool is located on [docs.microsoft.com](https://docs.microsoft.com/azure/security/azure-security-threat-modeling-tool), and includes information [about using the tool](https://docs.microsoft.com/azure/security/azure-security-threat-modeling-tool-getting-started).
67+
68+
## Next steps
69+
70+
Download the latest version of the [Microsoft Threat Modeling Tool](https://aka.ms/threatmodelingtool).

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ 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.1.61015.1](threat-modeling-tool-releases-71610151.md) - October 16 2019
3738
- [Microsoft Threat Modeling Tool GA Release Version 7.1.60702.1](threat-modeling-tool-releases-71607021.md) - July 2 2019
3839
- [Microsoft Threat Modeling Tool GA Release Version 7.1.60408.1](threat-modeling-tool-releases-71604081.md) - April 9 2019
3940
- [Microsoft Threat Modeling Tool GA Release Version 7.1.60126.1](threat-modeling-tool-releases-71601261.md) - January 29 2019

0 commit comments

Comments
 (0)