Closed
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)