Open klahnen opened 2 years ago
I had also thought of CDK and gave it a shot:
Both would be nice. At first sight, the work of @hupe1980 looks good!
In 2023 it was implemented by @joreiche to be able to include other yamls. So for example one of threat model which I build looks like
includes:
- common.yaml
- data-assets.yaml
- technical-assets.yaml
- boundaries.yaml
- risk-tracking.yaml
And inside this yaml files I have usual threagile yaml definitions.
Current implementation is based on merging fields and one file may unpredictably overwrite other file though.
The YAML file can grow very fast when while you add more details to your threat model.
It will be great to:
Or