Tainted flow: 'payload' from pathlib.Path.read_text (line 458, file read) → requests.post (network output)
High
- Category
- Data Flow
- Content
last_err: Exception | None = None for _ in range(max(1, attempts)): try: resp = requests.post(endpoint, headers=headers, json=payload, timeout=120) if resp.status_code < 200 or resp.status_code >= 300: raise RuntimeError(f"HTTP {resp.status_code}: {resp.text[:800]}")- Confidence
- 91% confidence
- Finding
- resp = requests.post(endpoint, headers=headers, json=payload, timeout=120)
