File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ Examples using different tools to create attack trees.
2
2
3
3
Tool | File match |
4
4
:--- | :---
5
- | Whiteboard or paper | ` *.jpg ` |
5
+ | Physical whiteboard or paper | ` *.jpg ` |
6
6
| [ PlantUML] ( https://plantuml-editor.kkeisuke.com/ ) | ` *.plantuml ` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Tool | File match |
11
11
| [ Threat Dragon] ( https://owasp.org/www-project-threat-dragon/ ) : The OWASP threat modelling tool | ` *.json ` |
12
12
| [ Graphviz] ( https://graphviz.gitlab.io/ ) DOT | ` *.dot ` |
13
13
| Microsoft Visio | ` *.vsdx ` |
14
- | Physical world paper or whiteboard | ` *.jpg ` |
14
+ | Physical whiteboard or paper | ` *.jpg ` |
15
15
16
16
Currently pytm is generating the dot and then Graphviz is used to create outputs.
17
17
You can’t perform that action at this time.
0 commit comments