Tainted flow: 'multipart' from open (line 116, file read) → requests.post (network output)
High
- Category
- Data Flow
- Content
fh = open(file_path, "rb") multipart = [("file", (file_path.name, fh, _mime(file_path.name)))] resp = requests.post( endpoint, files=multipart, params=params,- Confidence
- 94% confidence
- Finding
- resp = requests.post( endpoint, files=multipart, params=params, headers=headers, timeout=REQUEST_TIMEOUT,
