Skip to content

Commit

Permalink
Auto Generate Syntax Docs + JSONSchema [Mon Apr 15 14:44:52 UTC 2024]…
Browse files Browse the repository at this point in the history
… :robot:
  • Loading branch information
actions-user committed Apr 15, 2024
1 parent 998a25d commit f2c0b4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SYNTAX-REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2750,6 +2750,8 @@ Enum Values:
- <code>TLSA</code>

- <code>ANY</code>

- <code>SRV</code>
</div>

<hr />
Expand Down
3 changes: 2 additions & 1 deletion nuclei-jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"AAAA",
"CAA",
"TLSA",
"ANY"
"ANY",
"SRV"
],
"title": "type of DNS request to make",
"description": "Type is the type of DNS request to make"
Expand Down
1 change: 1 addition & 0 deletions pkg/templates/templates_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,7 @@ func init() {
"CAA",
"TLSA",
"ANY",
"SRV",
}

FILERequestDoc.Type = "file.Request"
Expand Down

0 comments on commit f2c0b4b

Please sign in to comment.