2021-05-22 14:35:32 +00:00
|
|
|
id: kubeflow-dashboard-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Kubeflow Unauth
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: high
|
|
|
|
reference: https://github.com/kubeflow/kubeflow
|
|
|
|
tags: kubeflow,unauth
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/pipeline/apis/v1beta1/runs?page_size=5&sort_by=created_at%20desc'
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '{"runs":[{"id":'
|
|
|
|
- 'resource_references'
|
2021-05-23 19:56:48 +00:00
|
|
|
condition: and
|
2021-05-22 14:35:32 +00:00
|
|
|
part: body
|
2021-05-23 19:56:48 +00:00
|
|
|
|
2021-05-22 14:35:32 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|
2021-05-23 19:56:48 +00:00
|
|
|
|
2021-05-22 14:35:32 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|