1id: dsl-matcher-variable 2 3info: 4 name: dsl-matcher-variable 5 author: pd-team 6 severity: info 7 8http: 9 - 10 path: 11 - "{{BaseURL}}" 12 payloads: 13 VALUES: 14 - This 15 - is 16 - test 17 - matcher 18 - text 19 matchers: 20 - 21 dsl: 22 - 'contains(body,"{{VALUES}}")' 23 type: dsl 24