2021-01-10 13:11:25 +00:00
|
|
|
id: airflow-api-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Airflow API Exposure / Unauthenticated Access
|
2021-01-10 14:15:36 +00:00
|
|
|
author: pd-team
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: medium
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/api/experimental/latest_runs'
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"dag_run_url":'
|
|
|
|
- '{"items":['
|
|
|
|
condition: and
|