Tainted flow: 'req' from os.environ.get (line 35, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib.request.urlopen(req) as resp: print(f"Sync complete: {resp.status}") except Exception as e: print(f"Sync failed: {e}", file=sys.stderr)- Confidence
- 99% confidence
- Finding
- with urllib.request.urlopen(req) as resp:
