Tainted flow: 'app_js' from requests.get (line 9, network input) → requests.get (network output)
Medium
- Category
- Data Flow
- Content
app_js = [j for j in js_files if 'app' in j.lower()][0] print(f'App JS: {app_js}') j = requests.get(app_js, timeout=10) text = j.text # 找所有 URL 或路径字符串- Confidence
- 95% confidence
- Finding
- j = requests.get(app_js, timeout=10)
