-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoutback-animal-testing.json
More file actions
71 lines (71 loc) · 2.81 KB
/
outback-animal-testing.json
File metadata and controls
71 lines (71 loc) · 2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"metadata": {
"title": "The Outback Animal Checklist",
"release_date": "2021-05-31T00:00:00+00:00",
"description": "The right way to make sure you have the right Australian animals",
"vrt_version": "10.0.1"
},
"content": {
"steps": [
{
"key": "koala",
"title": "Check that you have a Koala",
"description": "# Does it look like one?\nIt is easy to find out.\n",
"type": "checklist",
"items": [
{
"key": "marsupial",
"title": "Is it a marsupial?",
"caption": "Marsupials are obviously mammalian and have a pouch on their underside",
"description": "Check for the pouch",
"tools": "Eyes",
"vrt_category": "insecure_data_storage"
},
{
"key": "diet",
"title": "Make sure it eats eucalyptus",
"caption": "Almost no other animal can eat eucaluptus leaves, so this is a good diagnostic",
"description": "Take some eucalyptus branches, remove some leaves and try to feed the alleged koala",
"tools": "Leaves and Branches"
},
{
"key": "behavior",
"title": "Does it sleep the whole day?",
"caption": "Usually sleeps on trees",
"description": "The alleged Koala should sleep the whole day if provided a tree.",
"tools": "Trees, Dawn"
}
]
},
{
"key": "kangaroo",
"title": "Ensure you have a kangaroo",
"description": "Does it look like one?",
"type": "checklist",
"items": [
{
"key": "marsupial",
"title": "Is it a marsupial?",
"description": "Marsupials are obviously mammalian but possess a pouch on their underside"
},
{
"key": "tail",
"title": "Does it have a long tail?",
"description": "Kangaroos use their thick tail as a balance when jumping, and can use it as a support to rear up on when kicking"
},
{
"key": "jump",
"title": "Does it jump around?",
"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."
}
]
},
{
"key": "executive_summary",
"title": "Executive summary",
"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.",
"type": "executive_summary"
}
]
}
}