Tainted flow: 'payload' from open (line 298, file read) → requests.post (network output)
High
- Category
- Data Flow
- Content
headers = get_client_header() try: url = f"{IDR_VIDEO_URL}/video/skill/gen" resp = requests.post(url, headers=headers, json=payload) resp.raise_for_status() data = resp.json() if data.get("code") == CODE_SUCCESS:- Confidence
- 83% confidence
- Finding
- resp = requests.post(url, headers=headers, json=payload)
