COPS-IITBHU / COPS-IITBHU/BugHunt-COPS-Week
Password Security Vulnerability (Day 1-2)
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- Plain text password storage with no security hashing
- Direct string comparison in authentication
- Credentials stored in localStorage with Missing password complexity validation
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the authentication code and every place credentials are stored or compared. The issue calls out plaintext passwords, direct string comparison, localStorage credentials, and missing complexity validation; done should mean these security problems are addressed and the authentication flow still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100