-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal-repos.json
More file actions
88 lines (88 loc) · 3.13 KB
/
Copy pathexternal-repos.json
File metadata and controls
88 lines (88 loc) · 3.13 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"schema_version": 1,
"dependencies": [
{
"key": "juice-shop",
"name": "OWASP Juice Shop",
"description": "Intentionally vulnerable web application used by GHAS and GHEC security challenges.",
"type": "app_dependency",
"acquisition": "clone-or-fork-at-tag",
"source": {
"url": "https://github.com/juice-shop/juice-shop",
"tag": "v20.0.0",
"sha": "f356a09207c7a9550eb6fc4c3945e081922cf998"
},
"affected_challenge_ids": [
"ghas-00",
"ghas-01",
"ghas-02",
"ghas-03",
"ghas-04",
"ghas-05",
"ghas-06",
"ghec-ch11",
"ghec-ch12",
"ghec-ch13",
"ghec-ch15"
],
"attribution": "OWASP Juice Shop project; preserve upstream license and notices when acquired. Not vendored in this repository.",
"provisioning": {
"method": "submodule",
"submodule_path": "external/juice-shop",
"symlinks": ["app"],
"npm_script": "setup:juice-shop",
"note": "Lazy/on-demand. Run `npm run setup:juice-shop` to fetch. The tag v20.0.0 is the human-readable ref; the submodule gitlink is pinned to the exact SHA above."
}
},
{
"key": "grubify-starter-lab",
"name": "Grubify Azure SRE Agent starter lab",
"description": "Official Microsoft Azure SRE Agent starter lab sample app and break-fix environment.",
"type": "app_dependency",
"acquisition": "clone-or-fork-at-sha",
"source": {
"url": "https://github.com/microsoft/sre-agent",
"sha": "673f88765b27d4a74ebc660875bf605a382b6d28"
},
"affected_challenge_ids": [
"sre-agent-00",
"sre-agent-01",
"sre-agent-03",
"sre-agent-04",
"sre-agent-05"
],
"attribution": "Official Microsoft Azure SRE Agent hands-on lab. Fetched as a lazy git submodule at the pinned commit; not vendored in this repository.",
"provisioning": {
"method": "submodule",
"submodule_path": "external/sre-agent",
"content_path": "labs/starter-lab",
"npm_script": "setup:sre-agent-lab",
"note": "Lazy/on-demand. Run `npm run setup:sre-agent-lab` to fetch the pinned repo with the shared provisioner, then use external/sre-agent/labs/starter-lab."
}
},
{
"key": "source-azure-sre-agent",
"name": "Azure SRE Agent source",
"description": "Canonical source repository for the Azure SRE Agent module content and starter lab.",
"type": "source_repo",
"acquisition": "content-port-source",
"vendored_in": "modules/sre-agent",
"source": {
"url": "https://github.com/microsoft/sre-agent",
"sha": "673f88765b27d4a74ebc660875bf605a382b6d28"
},
"usage": {
"field": "source_repo",
"value": "microsoft/sre-agent"
},
"affected_challenge_ids": [
"sre-agent-00",
"sre-agent-01",
"sre-agent-03",
"sre-agent-04",
"sre-agent-05"
],
"attribution": "Canonical source is microsoft/sre-agent at the documented commit, especially labs/starter-lab and sreagent-templates."
}
]
}