2021-01-10 13:11:25 +00:00
|
|
|
id: airflow-configuration-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Airflow Configuration Exposure
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: medium
|
2021-06-03 14:18:37 +00:00
|
|
|
tags: exposure,config,airflow,apache
|
2021-01-10 13:11:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/airflow.cfg'
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '[core]'
|
|
|
|
- '[api]'
|
|
|
|
condition: and
|