MicroFish/backend/app
Sebastion b2e5b7e8de
fix(api): don't leak stack traces in simulation error responses
Return only the exception message to clients; log full traceback
server-side via logger.error(..., exc_info=True). Prevents disclosure
of internal paths, library versions, and code structure (CWE-209).
2026-07-27 18:51:40 +01:00
..
api fix(api): don't leak stack traces in simulation error responses 2026-07-27 18:51:40 +01:00
models fix: modernize Zep Cloud integration 2026-07-23 00:20:28 +08:00
services fix: harden ontology JSON generation 2026-07-23 02:08:17 +08:00
utils fix: harden ontology JSON generation 2026-07-23 02:08:17 +08:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py fix: keep Zep timeouts internal 2026-07-23 00:32:53 +08:00