Tainted flow: 'doc_url' from requests.get (line 94, network input) → requests.get (network output)
Medium
- Category
- Data Flow
- Content
except Exception: raise RuntimeError(f"Invalid docUrl: {doc_url}") resp = requests.get( doc_url, headers={ **get_headers(cookies),- Confidence
- 95% confidence
- Finding
- resp = requests.get( doc_url, headers={ **get_headers(cookies), 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', },
