Merge pull request #550 from tungpun/patch-1

Updated exposed-svn.yaml to reduce F/P
patch-1
bauthard 2020-10-28 00:33:46 +05:30 committed by GitHub
commit e97d31d6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ requests:
- "{{BaseURL}}/.svn/entries"
- "{{BaseURL}}/.svn/prop-base/"
- "{{BaseURL}}/.svn/text-base/"
matchers-condition: and
matchers:
- type: regex
@ -20,3 +21,7 @@ requests:
- type: status
status:
- 200
- type: dsl
dsl:
- 'contains(tolower(body), "<html") == false && contains(tolower(body), "</body>") == false'