fix(security): harden uploads and wecom binding

This commit is contained in:
2026-07-28 12:18:45 +08:00
parent 29e4e4a804
commit 6b43b77c3b
14 changed files with 185 additions and 84 deletions
+2
View File
@@ -10,6 +10,7 @@ from app.models.daily_note import DailyNote
from app.models.ai_summary import AISummary
from app.models.system_config import SystemConfig
from app.models.leave import Leave
from app.models.wecom_bind_token import WecomBindToken
__all__ = [
"User",
@@ -24,4 +25,5 @@ __all__ = [
"AISummary",
"SystemConfig",
"Leave",
"WecomBindToken",
]