Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Jun 18, 2022
1 parent d83eb6b commit 36d3659
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .cdktg.out/ModelStub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by cdk-threagile - 1655592350544
# Generated by cdk-threagile - 1655593172155

threagile_version: 1.0.0
title: Model Stub
Expand All @@ -9,7 +9,7 @@ author:
business_criticality: important
data_assets:
Some Data Asset:
id: 4d95c95c-8dbc-4738-a635-4b374ad7725c
id: 1c3ebcbd-dcfa-42eb-9eb6-8dfbc60d81a3
description: Some Description
usage: business
origin: Some Origin
Expand All @@ -20,7 +20,7 @@ data_assets:
availability: archive
technical_assets:
Some Technical Asset:
id: 93cb2d87-7ccf-4d2a-9bf9-a5e19e0ae9c8
id: fd50be24-c354-43d3-b9c1-c61c505e15de
description: Some Description
type: process
usage: business
Expand All @@ -39,11 +39,11 @@ technical_assets:
multitenant: false
redundant: true
data_assets_processed:
- 4d95c95c-8dbc-4738-a635-4b374ad7725c
- 1c3ebcbd-dcfa-42eb-9eb6-8dfbc60d81a3
data_assets_stored: []
communication_links:
Some Traffic:
target: 58e957a6-20b2-455e-9f27-6bc1e056b3c7
target: 0c4fdd97-6183-468b-bc1e-aa9853d0a750
description: Some Description
protocol: https
authentication: none
Expand All @@ -55,7 +55,7 @@ technical_assets:
data_assets_sent: []
data_assets_received: []
Some Other Technical Asset:
id: 58e957a6-20b2-455e-9f27-6bc1e056b3c7
id: 0c4fdd97-6183-468b-bc1e-aa9853d0a750
description: Some Description
type: process
usage: business
Expand All @@ -74,13 +74,13 @@ technical_assets:
multitenant: false
redundant: true
data_assets_processed:
- 4d95c95c-8dbc-4738-a635-4b374ad7725c
- 1c3ebcbd-dcfa-42eb-9eb6-8dfbc60d81a3
data_assets_stored: []
trust_boundaries:
Some Trust Boundary:
id: 7436a8c6-612e-49ec-834c-c6c98bb2526c
id: e12fe38e-6a8a-49ac-8468-00e181a5ab2b
description: Some Description
type: network-dedicated-hoster
technical_assets_inside:
- 93cb2d87-7ccf-4d2a-9bf9-a5e19e0ae9c8
- fd50be24-c354-43d3-b9c1-c61c505e15de
trust_boundaries_nested: []
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"model:analyse": "cdktg analyse"
},
"dependencies": {
"cdktg": "latest"
"cdktg": "latest",
"constructs": "^10.1.42"
},
"devDependencies": {
"typescript": "^4.7.4"
}
}
Loading

0 comments on commit 36d3659

Please sign in to comment.