Tainted flow: 'req' from open (line 7, file read) → urllib.request.urlopen (network output)
High
- Category
- Data Flow
- Content
}).encode(), headers={"Authorization": f"Bearer {os.environ['RAYSURFER_API_KEY']}", "Content-Type": "application/json"}, ) with urllib.request.urlopen(req) as resp: print(json.dumps(json.loads(resp.read()), indent=2))- Confidence
- 97% confidence
- Finding
- with urllib.request.urlopen(req) as resp:
