Threagile / threagile

Agile Threat Modeling Toolkit
https://threagile.io
MIT License
577 stars 126 forks source link

add use-external-data-flow-diagram argument #81

Closed CMon closed 2 weeks ago

CMon commented 3 weeks ago

add use-external-data-flow-diagram to replace the generated diagram with a custom one.

If one has a larger threat model the graphviz version is quite ugly.

CMon commented 3 weeks ago

I have no clue on how to fix the "security issue" since it is essential that the filename comes from a variable

softScheck commented 2 weeks ago

This is exactly what https://github.com/Threagile/threagile/pull/71 is supposed to do. The flags are already there, but get overwritten by treagile, this should be changed.

ezavgorodniy commented 2 weeks ago

@CMon I'd perhaps agree that approach at #71 would allow to achieve the same results