mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:15:24 +00:00
* ignore version parsing error * hide no parameter error * integration test+ DEBUG.md * typo fix in DEBUG.md * go mod tidy --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
18 lines
322 B
YAML
18 lines
322 B
YAML
id: basic-example
|
|
|
|
info:
|
|
name: Test HTTP Template
|
|
author: pdteam
|
|
severity: info
|
|
reference: |
|
|
test case for default behaviour of version warning (dsl parsing error)
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- compare_versions("GG", '< 4.8.5') |