26 lines
589 B
YAML
26 lines
589 B
YAML
|
id: aem-gql-servlet
|
||
|
|
||
|
info:
|
||
|
author: DhiyaneshDk
|
||
|
name: AEM GQLServlet
|
||
|
severity: low
|
||
|
reference: https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/javadoc/index.html?org/apache/jackrabbit/commons/query/GQL.html
|
||
|
tags: aem
|
||
|
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/bin/wcm/search/gql.json?query=type:User%20limit:..1&pathPrefix=&p.ico'
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'path'
|
||
|
- 'title'
|
||
|
condition: and
|