feat: scaffold v0.1 foundation
This commit is contained in:
parent
c4fb0c6a01
commit
170ca32f58
34 changed files with 6175 additions and 5 deletions
32
fixtures/golden/v1/cleanup.json
Normal file
32
fixtures/golden/v1/cleanup.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"kind": "cleanup",
|
||||
"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": {
|
||||
"mode": "dry_run",
|
||||
"target": {
|
||||
"kind": "digest",
|
||||
"sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
},
|
||||
"matched": {
|
||||
"analyses": 1,
|
||||
"quarantined_analyses": 0,
|
||||
"artifacts": 1,
|
||||
"diagnostic_logs": 0,
|
||||
"usage": { "logical_bytes": 4096, "allocated_bytes": 8192 },
|
||||
"analysis_profile_sha256": [
|
||||
"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
|
||||
]
|
||||
},
|
||||
"removed": null
|
||||
},
|
||||
"warnings": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue