26 lines
445 B
YAML
26 lines
445 B
YAML
|
id: airflow-debug
|
||
|
|
||
|
info:
|
||
|
name: Airflow Debug Trace
|
||
|
author: pdteam
|
||
|
severity: low
|
||
|
tags: apache,airflow,fpd
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/admin/airflow/login"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<h1> Ooops. </h1>"
|
||
|
- "Traceback (most recent call last)"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 500
|