From 6417b72ad9f3483884b5e28efd738c9ebb8420a1 Mon Sep 17 00:00:00 2001 From: Rogier Schouten Date: Wed, 20 Mar 2019 13:15:32 +0100 Subject: [PATCH] Updated by OWASP Threat Dragon --- ThreatDragonModels/a/a.json | 62 ++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/ThreatDragonModels/a/a.json b/ThreatDragonModels/a/a.json index df6b819..a1addb7 100644 --- a/ThreatDragonModels/a/a.json +++ b/ThreatDragonModels/a/a.json @@ -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 + } } ] }