Add strapi-private-documentation-login-portal.yaml
Add strapi-private-documentation-login-portal.yamlpatch-1
parent
ad764306cd
commit
fa6712b1ff
|
@ -0,0 +1,25 @@
|
|||
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