Tainted flow: 'req' from os.environ.get (line 1369, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
"Accept": "application/pdf,*/*", }) try: with urllib.request.urlopen(req, timeout=60) as resp: with open(dest_path, "wb") as f: shutil.copyfileobj(resp, f) # Verify it's actually a PDF (check magic bytes)- Confidence
- 83% confidence
- Finding
- with urllib.request.urlopen(req, timeout=60) as resp:
