Search for "provider":"ldap" to complete the match on the cve
Signed-off-by: Casper Guldbech Nielsen <whopsec@protonmail.com>patch-1
parent
b85f5656c8
commit
29d421549a
|
@ -24,6 +24,11 @@ requests:
|
|||
- 'name":"Alerta ([0-7]\.[0-9]\.[0-9]|8\.0.[0-9])"'
|
||||
- 'name": "Alerta ([0-7]\.[0-9]\.[0-9]|8\.0.[0-9])"'
|
||||
condition: or
|
||||
- type: regex
|
||||
regex:
|
||||
- 'provider":"ldap"'
|
||||
- 'provider": "ldap"'
|
||||
condition: or
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue