mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
[pitboss] phase 20: Track E.4 + E.5 — Firecracker skeleton + non-vacuous sandbox-escape suite
This commit is contained in:
parent
1d9b4c688f
commit
f8bff38217
18 changed files with 962 additions and 2 deletions
|
|
@ -82,6 +82,7 @@ impl VerifyOptions {
|
|||
let backend = match config.scanner.verify_backend.as_str() {
|
||||
"docker" => SandboxBackend::Docker,
|
||||
"process" => SandboxBackend::Process,
|
||||
"firecracker" => SandboxBackend::Firecracker,
|
||||
_ => SandboxBackend::Auto,
|
||||
};
|
||||
// Phase 11 — Track D.5: surface the per-scan listener as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue