Tainted flow: 'BASE_URL' from os.environ.get (line 7, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
def main(): try: r = requests.get(BASE_URL, timeout=5) if r.status_code == 200: print(f"OK: SearXNG reachable at {BASE_URL}") sys.exit(0)- Confidence
- 88% confidence
- Finding
- r = requests.get(BASE_URL, timeout=5)
