Tainted flow: 'WEBHOOK_URL' from os.environ.get (line 6, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
# 打印发送的 JSON 用于调试 print("发送的 JSON:", card) resp = requests.post(WEBHOOK_URL, json=card) print(f"✅ 分析报告已推送,状态码: {resp.status_code}") print("响应内容:", resp.text)- Confidence
- 94% confidence
- Finding
- resp = requests.post(WEBHOOK_URL, json=card)
