29 lines
426 B
YAML
29 lines
426 B
YAML
|
id: openapi
|
||
|
|
||
|
info:
|
||
|
name: OpenAPI
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
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
|