Tools / Microsoft Threat Modeling Tool (TMT) Interview questions
How do you troubleshoot duplicate threats appearing across two overlapping diagrams?
This is a modeling-boundary problem rather than a bug in the engine - it happens when two separate .tm7 files both model the same shared component, such as a common authentication service, as a full internal process rather than one of them treating it as an external dependency.
The fix is to assign clear ownership: whichever model actually owns and can change that component keeps it modeled as a full process with its own generated threats, while every other model that merely calls it should represent it as an external entity at its boundary instead. That both eliminates the duplicate threat generation and keeps each diagram's scope honest about what it's actually responsible for versus what it merely depends on.
More Related questions...