Fix FP - avaya-aura-rce.yaml
parent
e008ea232b
commit
56f9bc7156
|
@ -37,14 +37,8 @@ http:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body_2
|
||||
words:
|
||||
- "avaya-aura-rce"
|
||||
|
||||
- type: word
|
||||
part: header_2
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
# Enhanced by md on 2023/03/2
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code_1 == 201"
|
||||
- 'contains(body_2, "avaya-aura-rce")'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue