Files
Moltbot/src
chenglun.hu d46b489e21 fix(telegram): add timeout to file download to prevent DoS (CWE-400)
Add AbortSignal.timeout() to both fetch calls in download.ts to prevent
indefinite hangs when Telegram API is slow or unresponsive.

- getTelegramFile(): 30s timeout for metadata API call
- downloadTelegramFile(): 60s timeout for file download

Both functions now accept optional timeoutMs parameter for configurability.

Fixes #6849

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 13:39:39 +05:30
..
2026-01-30 03:16:21 +01:00
2026-02-01 15:14:11 -08:00
2026-01-30 03:16:21 +01:00
2026-01-14 15:02:19 +00:00
2026-01-18 03:55:14 +00:00
2026-01-30 03:16:21 +01:00