you can register any accout by post /auth/login/sentry
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
If you change `op=login` to `op=register`, you can register any account.
### Expected Result
fix it
### Actual Result
you can register any accout by post /auth/login/sentry
### Product Area
Unknown
### Link
_No response_
### DSN
_No response_
### Version
_No response_
Contributor guide
Research direction
Start by tracing POST /auth/login/sentry and comparing how it handles op=login versus op=register. Verify the reported unauthenticated registration path and identify the intended authentication behavior before changing it. Done means unintended account creation through this endpoint is prevented without breaking the intended login flow; no file or test is named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, authentication, backend, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100