Merge pull request #1148 from sullo/netlify_cms

Add a template for finding Netlify CMS admin panel
patch-1
PD-Team 2021-03-26 00:24:26 +05:30 committed by GitHub
commit cabf6a0016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
info:
name: Netlify CMS Admin Panel
author: sullo
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/admin/index.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Netlify CMS"
part: body