2021-02-24 16:47:10 +00:00
|
|
|
id: openapi
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: OpenAPI
|
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2021-04-06 06:46:11 +00:00
|
|
|
tags: exposure,api
|
2021-02-24 16:47:10 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/openapi.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- application/openapi+json
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- openapi
|
|
|
|
- paths
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|