additional matcher

patch-1
Dhiyaneshwaran 2024-03-15 00:58:36 +05:30 committed by GitHub
parent 960aec6916
commit 07de8e25c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ http:
dsl:
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "<script>alert(1)</script>")'
- 'contains_all(body, "<script>alert(1)</script>", "XmlException")'
condition: and