security(v2.12): require authenticated Telegram webhooks and reject HTTP updates for polling bots #130
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/a0-symbolics#130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream
Agent Zero v2.12 security fix: https://github.com/agent0ai/agent-zero/releases/tag/v2.12
Confirmed gap on main
plugins/_telegram_integration/api/webhook.pycurrently verifiesX-Telegram-Bot-Api-Secret-Tokenonly wheninstance.webhook_secretis configured. The default config describeswebhook_secretas optional. v2.12 changes this boundary: polling bots must reject HTTP updates and webhook bots must require a matching non-empty secret.Required work
Acceptance