Tainted flow: 'operation_location' from os.environ.get (line 246, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
print(f"Error: Polling timeout after {MAX_POLL_TIME} seconds", file=sys.stderr) sys.exit(1) response = requests.get(operation_location, headers=headers) if response.status_code != 200: print(f"Error: Failed to poll status (HTTP {response.status_code})", file=sys.stderr)- Confidence
- 76% confidence
- Finding
- response = requests.get(operation_location, headers=headers)
