Files
LEANN/apps
aakash 043e32d959 Fix security vulnerability: Replace eval() with ast.literal_eval() in slack_mcp_reader.py
Fixes #163: Replace unsafe eval() calls with ast.literal_eval() to prevent code injection attacks. ast.literal_eval() safely evaluates only Python literals, preventing arbitrary code execution.
2025-11-13 11:18:07 -08:00
..
2025-08-22 02:35:09 -07:00
2025-08-22 02:35:09 -07:00