pytm
pytm copied to clipboard
A Pythonic framework for threat modeling
Hi all, Just noticed that there was no Controls class in the documentation under the docs folder. Not sure if you were aware of it. Just wanted to bring light...
Small changes to the dfd output so as to be able to change the background color and set spline to ortho via command line arguments.
After gotten a PR merged, I still cannot see the updated version after `pip install pytm`. This make we wonder how is versioning done and how packages are released? I...
The current threatsFile property of class TM is defaulted to - ```python threatsFile = varString( os.path.dirname(__file__) + "/threatlib/threats.json", onSet=lambda i, v: i._init_threats(), doc="JSON file with custom threats", ) ``` If...
This is just a draft to help the discussion, a lot more changes are needed. If I can pull others over to the darkside : ) then I will work...
Add custom_properties dict for custom data to be inserted into the model which does not currently exist in pytm's data model. This can be used for internal values that may...
…rides The idea here is after working with a dev team and threats are identified which does not exist in the pytm threatlib they can be manually added to the...
Attempting to implement some of my ideas from https://github.com/izar/pytm/issues/142 . This should be fully backwards compatible and self contained. I'm not entirely happy with passing config attributes to the new...
It could be nice to add some examples to the Object Model descriptions wiki page ( https://github.com/izar/pytm/wiki/Object-Model-(sample) ) from the OWASP Threat Modeling Cookbook ( https://github.com/OWASP/threat-model-cookbook/tree/master/Flow%20Diagram ) that use pytm...
First apologies for the long winded issue... **tl;dr** - Are there any plans in extending out some plantuml sequence diagram functionality? I've been using pytm for about a week now...