Add top-level directory check for security.txt

security.txt files can be placed under the top-level directory too.
This commit adds a check for:

    https://example.com/security.txt
patch-1
EdOverflow 2020-06-01 14:25:40 +02:00
parent 8b2bc8ab8e
commit 27b5726000
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ requests:
- method: GET
path:
- "{{BaseURL}}/.well-known/security.txt"
- "{{BaseURL}}/security.txt"
matchers:
- type: status
status: