Tainted flow: 'article_url' from input (line 376, user input) → httpx.get (network output)
Medium
- Category
- Data Flow
- Content
def fetch_seed_article_info(article_url: str) -> dict[str, Any]: response = httpx.get( article_url, headers={ "User-Agent": USER_AGENT,- Confidence
- 97% confidence
- Finding
- response = httpx.get( article_url, headers={ "User-Agent": USER_AGENT, "Referer": "https://mp.weixin.qq.com/", }, follow_redirects=True,
