diff --git a/nuclei-jsonschema.json b/nuclei-jsonschema.json index ca1164ccb..1a04aeaa9 100644 --- a/nuclei-jsonschema.json +++ b/nuclei-jsonschema.json @@ -59,6 +59,11 @@ "title": "engine", "description": "Engine" }, + "sandbox": { + "$ref": "#/$defs/code.Sandbox", + "title": "sandbox", + "description": "Sandbox" + }, "pre-condition": { "type": "string", "title": "pre-condition for the request", @@ -86,6 +91,22 @@ "additionalProperties": false, "type": "object" }, + "code.Sandbox": { + "properties": { + "working-dir": { + "type": "string", + "title": "working-dir", + "description": "Working directory" + }, + "image": { + "type": "string", + "title": "image", + "description": "Image" + } + }, + "additionalProperties": false, + "type": "object" + }, "dns.DNSRequestTypeHolder": { "type": "string", "enum": [