From cc0f1e96063be4914e681f42f30c81e6d68b2c08 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 8 Nov 2025 13:44:26 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20syntax=20&=20JSON=20schema=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuclei-jsonschema.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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": [