fix-true-positive
parent
b952b83dd4
commit
e733bb44e5
|
@ -39,23 +39,23 @@ http:
|
|||
|
||||
matchers:
|
||||
- type: word
|
||||
internal: true
|
||||
words:
|
||||
- 'Elementor Website Builder'
|
||||
- 'Elementor Page Builder'
|
||||
internal: true
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/elementor/assets/js/frontend.min.js"
|
||||
- "{{BaseURL}}/#elementor-action:action=lightbox&settings=eyJ0eXBlIjoibnVsbCIsImh0bWwiOiI8c2NyaXB0PmFsZXJ0KCd4c3MnKTwvc2NyaXB0PiJ9"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- compare_versions(version, '> 1.5.0', '< 3.1.4') && status_code_1 == 200 && status_code_2 == 200
|
||||
- compare_versions(version, '> 1.5.0', '< 3.1.4')
|
||||
|
||||
- type: regex
|
||||
part: body_1
|
||||
part: body
|
||||
regex:
|
||||
- "elementor[\\s-]*v(([0-3]+\\.(([0-5]+\\.[0-5]+)|[0-4]+\\.[0-9]+))|[0-2]+[0-9.]+)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue