1. Path Traversal Vulnerability in Admin Ingestion Exposes Server Files
A critical path traversal vulnerability in the admin panel's ingestion function allows authenticated users to copy and process sensitive system files from anywhere on the server. The flaw resides in the `_run_ingestion()` function within `src/ui/admin.py`, which accepts a `target_path` parameter and copies the specifie...