LightRAG/lightrag/api/routers
yangdx 8f6287e27e Add path traversal security validation for file deletion operations
• Add validate_file_path_security function
• Prevent path traversal attacks
• Validate file paths before deletion
• Check both input and enqueued dirs
• Log security violations
2025-09-17 01:12:44 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Add path traversal security validation for file deletion operations 2025-09-17 01:12:44 +08:00
graph_routes.py Fix label selection with leading/trailing whitespace 2025-08-31 02:54:39 +08:00
ollama_api.py Refactored rerank_example file to utilize the updated rerank function. 2025-08-23 22:51:41 +08:00
query_routes.py Fix linting 2025-09-15 02:59:21 +08:00