docs: define v0.1 product and architecture contract
This commit is contained in:
parent
57597e7d6d
commit
c4fb0c6a01
12 changed files with 2130 additions and 64 deletions
14
docs/adr/0006-sandbox-the-ghidra-worker.md
Normal file
14
docs/adr/0006-sandbox-the-ghidra-worker.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
status: accepted
|
||||
---
|
||||
|
||||
# Sandbox the Ghidra worker
|
||||
|
||||
Ghidra parses adversarial Samples through a large Java analysis engine, while
|
||||
the Rust harness must manage trusted locks, store data, and atomic promotion.
|
||||
The harness therefore remains outside a narrow sandbox containing only the
|
||||
Ghidra/JVM worker and its invocation capabilities. Bubblewrap is the default
|
||||
Linux backend, with explicit external-harness and disabled modes for
|
||||
environments that cannot nest it. This limits a compromised worker's access
|
||||
without turning the CLI into a daemon or allowing arbitrary sandbox-runner
|
||||
commands.
|
||||
Loading…
Add table
Add a link
Reference in a new issue