Tainted flow: 'oss_https' from requests.post (line 221, network input) → requests.get (network output)
Medium
- Category
- Data Flow
- Content
oss_https = oss_url.replace("http://", "https://").replace( original_host, "oss-cn-beijing.aliyuncs.com" ) resp = requests.get( oss_https, headers={"Host": original_host}, timeout=60,- Confidence
- 90% confidence
- Finding
- resp = requests.get( oss_https, headers={"Host": original_host}, timeout=60, )
