From cfe28f00403e3f74b3a39cc650f5a970e7f4ac1d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 5 Mar 2024 17:11:09 +0000 Subject: [PATCH] Auto Generate Syntax Docs + JSONSchema [Tue Mar 5 17:11:08 UTC 2024] :robot: --- SYNTAX-REFERENCE.md | 2 -- nuclei-jsonschema.json | 3 --- 2 files changed, 5 deletions(-) diff --git a/SYNTAX-REFERENCE.md b/SYNTAX-REFERENCE.md index c93867c02..a086c450f 100755 --- a/SYNTAX-REFERENCE.md +++ b/SYNTAX-REFERENCE.md @@ -128,7 +128,6 @@ requests: path: - '{{BaseURL}}/.git/config' method: GET - self-contained: false ``` @@ -988,7 +987,6 @@ matchers-condition: and path: - '{{BaseURL}}/.git/config' method: GET -self-contained: false ``` Part Definitions: diff --git a/nuclei-jsonschema.json b/nuclei-jsonschema.json index aad18554b..0ed2d58c9 100644 --- a/nuclei-jsonschema.json +++ b/nuclei-jsonschema.json @@ -914,9 +914,6 @@ "description": "Method is the HTTP Request Method" }, "http.Request": { - "required": [ - "self-contained" - ], "properties": { "matchers": { "items": {