MicroFish/backend/app/api
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
..
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
graph.py fix: harden ontology JSON generation 2026-07-23 02:08:17 +08:00
report.py fix: modernize Zep Cloud integration 2026-07-23 00:20:28 +08:00
simulation.py fix(api): don't leak stack traces in simulation error responses 2026-07-27 18:51:40 +01:00