Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/dsl/show-version-warning.yaml
2070 views
1
id: basic-example
2
3
info:
4
name: Test HTTP Template
5
author: pdteam
6
severity: info
7
reference: |
8
test case where version warning is shown when env `SHOW_DSL_ERRORS=true` is set
9
10
http:
11
- method: GET
12
path:
13
- "{{BaseURL}}"
14
15
matchers:
16
- type: dsl
17
dsl:
18
- compare_versions("GG", '< 4.8.5')
19