Tainted flow: 'req' from os.environ.get (line 407, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) ctx = ssl._create_unverified_context() return json.loads(urllib.request.urlopen(req, timeout=15, context=ctx).read().decode()) def query_bcc_prices(ak, sk, bcc_host, bcc_spec, bcc_zone, bcc_disk_display, disk_size, bandwidth, bandwidth_type):- Confidence
- 91% confidence
- Finding
- return json.loads(urllib.request.urlopen(req, timeout=15, context=ctx).read().decode())
