-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest to support converting c4 models into pytm #212
Comments
https://github.com/geret1/plantuml-schemas/blob/main/stride.puml do some sense but don't support threat auto generating. |
I know of C4 but have never used it. Is it practical to convert it to pytm? |
Do you have a sample c4plantuml diagram definition you can provide for this issue? A conversion from C4 to pytm might be valuable, but it would require translating the constructs used in a C4 schema (from plantuml or elsewhere) to the structures pytm supports. Having a sample we could work from and discuss would be great to support this request. |
For reference, here is the c4-plantuml project: https://github.com/plantuml-stdlib/C4-PlantUML |
yes, we use this project to write our architecture. |
Is it possible to add custom attributes to the c4 model? Then the question would be how to transform the c4 model to the JSON representation of pytm (see #105 ). |
the c4plantuml models have details serialization formats, protocols, runtime enviroment, etc, but without schema, you could write anything in the model. |
As the pytm is really charming in saving threat modeling time. But we have a lot of c4 models in c4plantuml type, it is great to convert them into pytm type. It is reasonable to doing threat modeling in design and architecture stage at once.
The text was updated successfully, but these errors were encountered: