From ddd652c3ed828aeb7f5ba14e00a76054f850b7a6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Feb 2022 05:55:07 +0000 Subject: [PATCH] Auto Generate Syntax Docs + JSONSchema [Thu Feb 3 05:55:07 UTC 2022] :robot: --- SYNTAX-REFERENCE.md | 2 ++ nuclei-jsonschema.json | 3 ++- v2/pkg/templates/templates_doc.go | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/SYNTAX-REFERENCE.md b/SYNTAX-REFERENCE.md index e55cf986a..94e14315f 100755 --- a/SYNTAX-REFERENCE.md +++ b/SYNTAX-REFERENCE.md @@ -2506,6 +2506,8 @@ Enum Values: - TXT - AAAA + + - CAA
diff --git a/nuclei-jsonschema.json b/nuclei-jsonschema.json index 6e4148745..a0bed62d9 100755 --- a/nuclei-jsonschema.json +++ b/nuclei-jsonschema.json @@ -338,7 +338,8 @@ "PTR", "MX", "TXT", - "AAAA" + "AAAA", + "CAA" ], "type": "string", "title": "type of DNS request to make", diff --git a/v2/pkg/templates/templates_doc.go b/v2/pkg/templates/templates_doc.go index 024408d52..8cffb6778 100644 --- a/v2/pkg/templates/templates_doc.go +++ b/v2/pkg/templates/templates_doc.go @@ -1110,6 +1110,7 @@ func init() { "MX", "TXT", "AAAA", + "CAA", } FILERequestDoc.Type = "file.Request"