mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
[pitboss] phase 01: M1 — Spec extraction + --verify plumbing (no sandbox)
This commit is contained in:
parent
cb8688219a
commit
a10aba5d1f
25 changed files with 808 additions and 66 deletions
|
|
@ -9,6 +9,12 @@ export interface StartScanBody {
|
|||
scan_root?: string;
|
||||
mode?: ScanMode;
|
||||
engine_profile?: EngineProfile;
|
||||
/**
|
||||
* Run dynamic verification on findings after the static pass. Default false.
|
||||
* Backend currently accepts the field as a no-op; verification engine lands
|
||||
* in milestone M1 (see .pitboss/dynamic/context.md).
|
||||
*/
|
||||
verify?: boolean;
|
||||
}
|
||||
|
||||
export function useStartScan() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue