Update CVE-2020-26214.yaml
parent
e4c575cdc4
commit
328b63837f
|
@ -22,24 +22,8 @@ requests:
|
|||
path:
|
||||
- '{{BaseURL}}/api/config'
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: version
|
||||
internal: true
|
||||
group: 1
|
||||
regex:
|
||||
- '"name": "Alerta ([0-9.]+)"'
|
||||
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- '"name": "Alerta ([0-9.]+)"'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
|
@ -53,4 +37,16 @@ requests:
|
|||
dsl:
|
||||
- compare_versions(version, '< 8.1.0')
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: version
|
||||
internal: true
|
||||
group: 1
|
||||
regex:
|
||||
- '"name": "Alerta ([0-9.]+)"'
|
||||
|
||||
# Enhanced by mp on 2022/04/22
|
||||
|
|
Loading…
Reference in New Issue