Commit f99b241
authored
feat(cdk-graph): add threat composer plugin for generating base threat models (#674)
This adds a new CDK Graph plugin which generates Threat Composer threat models
from PDKNag apps.
Threat Composer: https://github.com/awslabs/threat-composer/
The generated threat model provides a starting point to build upon for threat
modelling an application.1 parent cf5dfad commit f99b241
File tree
55 files changed
+6182
-149
lines changed- docs
- packages
- cdk-graph-plugin-threat-composer
- .projen
- docs
- assets/cdk-graph-plugin-threat-composer
- developer_guides/cdk-graph-plugin-threat-composer
- src
- model-generator
- base-model
- test
- __snapshots__
- cdk-graph
- identity
- infrastructure
- samples/infrastructure
- java/src/java/groupId
- python/src
- typescript/src
- test/projects
- java/__snapshots__
- python/__snapshots__
- typescript/__snapshots__
- pdk-nag
- src
- loggers
- test
- pdk
- .projen
- pipeline
- static-website
- type-safe-api
- projenrc/projects
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+6182
-149
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments