Tainted flow: 'req' from os.environ.get (line 131, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib.request.urlopen(req, timeout=10) as resp: result = json.loads(resp.read()) print(f" ✓ {name} created (API)") return True- Confidence
- 94% confidence
- Finding
- with urllib.request.urlopen(req, timeout=10) as resp:
