Tainted flow: 'text' from requests.get (line 279, network input) → requests.post (network output)
Medium
- Category
- Data Flow
- Content
try: logging.debug(f"Summarizing article with Ollama: {text}...") resp = requests.post( "http://172.20.86.203:11434/api/generate", json={ "model": model,- Confidence
- 92% confidence
- Finding
- resp = requests.post( "http://172.20.86.203:11434/api/generate", json={ "model": model, "prompt": ( f"Summarize this
