Skip to content

Commit

Permalink
Updated by OWASP Threat Dragon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Mar 20, 2019
1 parent 3a57fe9 commit 6417b72
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion ThreatDragonModels/a/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,67 @@
{
"title": "a",
"thumbnail": "./public/content/images/thumbnail.jpg",
"id": 0
"id": 0,
"diagramJson": {
"cells": [
{
"type": "tm.Process",
"size": {
"width": 100,
"height": 100
},
"position": {
"x": 50,
"y": 50
},
"angle": 0,
"id": "36404a70-3dcb-4210-8a1c-cf68fe4d5f3a",
"z": 1,
"hasOpenThreats": false,
"attrs": {
".element-shape": {
"class": "element-shape hasNoOpenThreats isInScope"
},
"text": {
"text": "process 0"
},
".element-text": {
"class": "element-text hasNoOpenThreats isInScope"
}
}
},
{
"type": "tm.Actor",
"size": {
"width": 160,
"height": 80
},
"position": {
"x": 50,
"y": 50
},
"angle": 0,
"id": "26702e96-0fc7-451e-bda2-ebc889356050",
"z": 2,
"hasOpenThreats": false,
"attrs": {
".element-shape": {
"class": "element-shape hasNoOpenThreats isInScope"
},
"text": {
"text": "actor 1"
},
".element-text": {
"class": "element-text hasNoOpenThreats isInScope"
}
}
}
]
},
"size": {
"height": 590,
"width": 790
}
}
]
}
Expand Down

0 comments on commit 6417b72

Please sign in to comment.