parse-community / parse-community/parse-server
Add SecurityChecks to check dashboard configuration
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Having the dashboard set up without user authentication is extremely problematic, as it exposes all Parse Server classes, masterKey, etc.
Feature / Enhancement Description
Add SecurityChecks to check that dashboard has users set up with encrypted password and MFA, dev is set to false.
Example Use Case
n/a
Alternatives / Workarounds
n/a
3rd Party References
n/a
Contributor guide
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
Start by locating the dashboard configuration entry point and the existing SecurityChecks implementation in parse-server. Determine how checks can verify encrypted passwords, MFA, and dev being false; done means dashboard configurations lacking these protections are detected and reported consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100