Tainted flow: 'req' from os.environ.get (line 120, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) try: with urllib.request.urlopen(req, timeout=8) as resp: return resp.status < 300 except urllib.error.URLError: return False- Confidence
- 73% confidence
- Finding
- with urllib.request.urlopen(req, timeout=8) as resp:
