izar / pytm

A Pythonic framework for threat modeling
Other
891 stars 168 forks source link

properly draw nested unused boundaries #130

Closed nineinchnick closed 3 years ago

nineinchnick commented 3 years ago

Properly draw nested unused boundaries by adding them to elements when checking for used elements. An alternative would be to iterate over _boundaries in Boundary.dfd() but we can do this later when refactoring out boundaries from _elements