diff --git a/exposed-panels/strapi-documentation.yaml b/exposed-panels/strapi-documentation.yaml new file mode 100644 index 0000000000..f88a40f0d1 --- /dev/null +++ b/exposed-panels/strapi-documentation.yaml @@ -0,0 +1,25 @@ +id: strapi-documentation + +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 + +requests: + - method: GET + path: + - '{{BaseURL}}/documentation' + + matchers-condition: and + matchers: + + - type: word + words: + - "Swagger UI" + - "x-strapi-config" + - "https://strapi.io/documentation/" + + - type: status + status: + - 200