template update
parent
fa6712b1ff
commit
53fc3c0b11
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue