18 lines
383 B
YAML
18 lines
383 B
YAML
id: airflow-exposure
|
|
|
|
info:
|
|
name: Apache Airflow Exposure / Unauthenticated Access
|
|
author: pd-team
|
|
severity: medium
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/admin/'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Airflow - DAGs</title>'
|
|
- '<a href="https://github.com/apache/airflow">'
|
|
condition: and |