Highlights
Auth Bypass: 7 prior fixes. Scrutinize any change in this area.
src/command.js: most-fixed (4 issues). Treat as high-risk during review.
6 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: Attackers can bypass system restrictions or modify unauthorized system configurations if sensitive configuration keys are not thoroughly stripped using LOCK_USER_CONFIG_KEYS during updates or serialize actions.
Prototype Pollution: Merging user-defined environments or configuration dictionaries without verifying keys against a strict safe-list of allowed fields can allow attackers to inject prototype-polluting payloads into critical execution contexts.
Auth Bypass: Improper authorization checks during Telegram command handling could let non-admin or unauthorized users execute privileged management commands under specific messaging contexts.