Tainted flow: 'req' from open (line 134, file read) → urllib.request.urlopen (network output)
High
- Category
- Data Flow
- Content
method='POST' ) with urllib.request.urlopen(req) as r: result = json.loads(r.read()) if result.get('code') == 0:- Confidence
- 96% confidence
- Finding
- with urllib.request.urlopen(req) as r:
