livepeer / livepeer/verification-computation-solver
Allow a user to pass in empty password if their password is actually an empty string
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Right now empty strings are rejected as passwords. For testing purposes, we might want to allow empty passwords
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named in the issue. Start by locating the JavaScript code that validates passwords for incoming verification requests, then inspect how an empty string is distinguished from a missing password. Done means an explicitly empty password is accepted while an absent password remains handled according to the existing behavior, with relevant tests updated or added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100