Tainted flow: 'sub_url' from requests.get (line 48, network input) → requests.get (network output)
Medium
- Category
- Data Flow
- Content
if not sub_url.startswith('http'): sub_url = 'https:' + sub_url sub_response = requests.get(sub_url, headers=BILI_HEADERS) sub_data = sub_response.json() full_text = " ".join([item['content'] for item in sub_data['body']])- Confidence
- 90% confidence
- Finding
- sub_response = requests.get(sub_url, headers=BILI_HEADERS)
