Tainted flow: 'url' from os.getenv (line 94, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: resp = requests.post(url, headers=headers, json=payload, timeout=300) except Exception as e: print(f"请求失败: {e}") sys.exit(1)- Confidence
- 94% confidence
- Finding
- resp = requests.post(url, headers=headers, json=payload, timeout=300)
