feat: scaffold v0.1 foundation
This commit is contained in:
parent
c4fb0c6a01
commit
170ca32f58
34 changed files with 6175 additions and 5 deletions
21
fixtures/golden/v1/doctor.json
Normal file
21
fixtures/golden/v1/doctor.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"kind": "doctor",
|
||||
"provenance": {
|
||||
"ghidr_version": "0.1.0",
|
||||
"adapter_protocol_version": 1,
|
||||
"analysis_store": {
|
||||
"path": { "encoding": "utf8", "value": "/tmp/ghidr-store" },
|
||||
"source": "cli"
|
||||
},
|
||||
"sandbox": { "backend": "bubblewrap", "verification": "verified" }
|
||||
},
|
||||
"data": {
|
||||
"ready": true,
|
||||
"components": {
|
||||
"ghidra": { "status": "ready", "details": { "version": "12.1.2" } },
|
||||
"java": { "status": "ready", "details": { "version": "21" } }
|
||||
}
|
||||
},
|
||||
"warnings": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue