Tainted flow: 'req' from os.environ.get (line 80, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json"}, method="POST" ) with urllib.request.urlopen(req, timeout=30) as resp: response_data = json.loads(resp.read().decode("utf-8")) except urllib.error.HTTPError as e: try:- Confidence
- 93% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as resp:
