Tainted flow: 'req' from os.environ.get (line 275, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json; charset=utf-8"}, method="POST", ) with urllib.request.urlopen(req, timeout=10) as resp: _log(f"📤 콜백 전송 완료: status={resp.status}, url={callback_url[:60]}") except Exception as e: _log(f"❌ 콜백 전송 실패: {e}")- Confidence
- 90% confidence
- Finding
- with urllib.request.urlopen(req, timeout=10) as resp:
