2021-01-10 13:11:25 +00:00
|
|
|
id: airflow-api-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Airflow API Exposure / Unauthenticated Access
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: medium
|
2021-03-12 08:57:14 +00:00
|
|
|
tags: apache,airflow,unauth
|
2021-01-10 13:11:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/api/experimental/latest_runs'
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"dag_run_url":'
|
|
|
|
- '{"items":['
|
|
|
|
condition: and
|