You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The right way to make sure you have the right Australian animals",
6
+
"vrt_version": "10.0.1"
7
+
},
8
+
"content": {
9
+
"steps": [
10
+
{
11
+
"key": "koala",
12
+
"title": "Check that you have a Koala",
13
+
"description": "# Does it look like one?\nIt is easy to find out.\n",
14
+
"type": "checklist",
15
+
"items": [
16
+
{
17
+
"key": "marsupial",
18
+
"title": "Is it a marsupial?",
19
+
"caption": "Marsupials are obviously mammalian and have a pouch on their underside",
20
+
"description": "Check for the pouch",
21
+
"tools": "Eyes",
22
+
"vrt_category": "insecure_data_storage"
23
+
},
24
+
{
25
+
"key": "diet",
26
+
"title": "Make sure it eats eucalyptus",
27
+
"caption": "Almost no other animal can eat eucaluptus leaves, so this is a good diagnostic",
28
+
"description": "Take some eucalyptus branches, remove some leaves and try to feed the alleged koala",
29
+
"tools": "Leaves and Branches"
30
+
},
31
+
{
32
+
"key": "behavior",
33
+
"title": "Does it sleep the whole day?",
34
+
"caption": "Usually sleeps on trees",
35
+
"description": "The alleged Koala should sleep the whole day if provided a tree.",
36
+
"tools": "Trees, Dawn"
37
+
}
38
+
]
39
+
},
40
+
{
41
+
"key": "kangaroo",
42
+
"title": "Ensure you have a kangaroo",
43
+
"description": "Does it look like one?",
44
+
"type": "checklist",
45
+
"items": [
46
+
{
47
+
"key": "marsupial",
48
+
"title": "Is it a marsupial?",
49
+
"description": "Marsupials are obviously mammalian but possess a pouch on their underside"
50
+
},
51
+
{
52
+
"key": "tail",
53
+
"title": "Does it have a long tail?",
54
+
"description": "Kangaroos use their thick tail as a balance when jumping, and can use it as a support to rear up on when kicking"
55
+
},
56
+
{
57
+
"key": "jump",
58
+
"title": "Does it jump around?",
59
+
"description": "Over very short distances kangaroos will use their forepaws to balance on the ground and swing their legs forward. For longer distance movement, their jumping locomotion is unmistakeable."
60
+
}
61
+
]
62
+
},
63
+
{
64
+
"key": "executive_summary",
65
+
"title": "Executive summary",
66
+
"description": "The executive summary should be written with a high-level view of both risk and business impact. It should be concise and clear, therefore it is important to use plain English. This ensures that non-technical readers can gain insight into security concerns outlined in your report.",
0 commit comments