Tainted flow: 'sub_url' from requests.get (line 229, network input) → requests.get (network output)
Medium
- Category
- Data Flow
- Content
continue if sub_url.startswith("//"): sub_url = "https:" + sub_url body = requests.get(sub_url, headers=headers, timeout=10).json() if "body" in body: return body["body"] except Exception:- Confidence
- 88% confidence
- Finding
- body = requests.get(sub_url, headers=headers, timeout=10).json()
