mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-01-31 15:53:10 +08:00
Auto Generate Syntax Docs + JSONSchema [Fri Mar 29 08:03:07 UTC 2024] 🤖
This commit is contained in:
@@ -379,6 +379,7 @@ Stop execution once first match is found
|
||||
<div class="dt">
|
||||
|
||||
Signature is the request signature method
|
||||
WARNING: 'signature' will be deprecated and will be removed in a future release. Prefer using 'code' protocol for writing cloud checks
|
||||
|
||||
|
||||
Valid values:
|
||||
|
||||
@@ -148,7 +148,7 @@ func init() {
|
||||
TemplateDoc.Fields[17].Name = "signature"
|
||||
TemplateDoc.Fields[17].Type = "http.SignatureTypeHolder"
|
||||
TemplateDoc.Fields[17].Note = ""
|
||||
TemplateDoc.Fields[17].Description = "Signature is the request signature method"
|
||||
TemplateDoc.Fields[17].Description = "Signature is the request signature method\nWARNING: 'signature' will be deprecated and will be removed in a future release. Prefer using 'code' protocol for writing cloud checks"
|
||||
TemplateDoc.Fields[17].Comments[encoder.LineComment] = "Signature is the request signature method"
|
||||
TemplateDoc.Fields[17].Values = []string{
|
||||
"AWS",
|
||||
|
||||
Reference in New Issue
Block a user