devridge0 / devridge0/telegram-trading-bot
Add rate limiting for commands to prevent abuse
Open
bug
security
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Prevent spam or abuse by implementing per-user rate limits on commands.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the command-handling entry points and how users are identified. Define the per-user limits, the commands they cover, the response when a limit is exceeded, and how reset timing works. Done means repeated commands are throttled per user without blocking other users, with tests covering allowed and rejected requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100