template update

patch-1
sandeep 2022-01-22 14:46:40 +05:30
parent fa6712b1ff
commit 53fc3c0b11
2 changed files with 10 additions and 27 deletions

View File

@ -4,21 +4,29 @@ info:
name: Strapi CMS - documentation plugin from marketplace (Make the documentation endpoint private. By default, the access is public)
author: idealphase
severity: info
tags: strapi
tags: strapi,panel
requests:
- method: GET
path:
- '{{BaseURL}}/documentation'
- '{{BaseURL}}/documentation/login'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "<title>Swagger UI</title>"
- "x-strapi-config"
- "https://strapi.io/documentation/"
condition: or
- type: word
words:
- "<title>Swagger UI</title>"
- "<title>Login - Documentation</title>"
condition: or
- type: status
status:

View File

@ -1,25 +0,0 @@
id: strapi-private-documentation-login-portal
info:
name: Strapi CMS - private documentation (Make the documentation endpoint private. By default, the access is public)
author: idealphase
severity: info
tags: strapi
requests:
- method: GET
path:
- '{{BaseURL}}/documentation/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Login - Documentation</title>"
- "Enter the password to access the documentation."
- "https://strapi.io/"
- type: status
status:
- 200