Tainted flow: 'req' from os.environ.get (line 25, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) try: resp = urllib.request.urlopen(req, timeout=timeout) data = json.loads(resp.read().decode("utf-8")) if data.get("status") == "error": return {"success": False, "error": data.get("message", "未知错误")}- Confidence
- 93% confidence
- Finding
- resp = urllib.request.urlopen(req, timeout=timeout)
