Create kubeflow-dashboard-unauth.yaml

patch-1
Dhiyaneshwaran 2021-05-22 20:05:32 +05:30 committed by GitHub
parent 4fc7bd61fe
commit 7499faff02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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'
part: body
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200