-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bounty:$50Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
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
The new Security Check feature of Parse Server currently writes weak security settings in the logs or returns them as JSON via REST request to /security
endpoint.
- Human-reading the report in logs or as JSON is inconvenient
- Outputting the report in logs is already discouraged an regarded a weak security setting itself because it potentially exposes points of attack in the logs
Feature / Enhancement Description
Add a Security Check page to Parse Dashboard that displays the report in a convenient UI.
The feature would send a request to the /security
endpoint to receive the report in JSON format. The report schema is already described in parse-community/parse-server#7247 (comment). The page would display a table of that report, ideally with visual elements to highlight failed / successful security checks.
Example Use Case
(none)
Alternatives / Workarounds
Read reports in logs or manually via REST request.
3rd Party References
(none)
Metadata
Metadata
Assignees
Labels
bounty:$50Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:featureNew feature or improvement of existing featureNew feature or improvement of existing feature