Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Security Check page #1665

Closed
3 tasks done
mtrezza opened this issue Mar 6, 2021 · 10 comments · Fixed by #2491
Closed
3 tasks done

Add Security Check page #1665

mtrezza opened this issue Mar 6, 2021 · 10 comments · Fixed by #2491
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Mar 6, 2021

New Feature / Enhancement Checklist

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)

@dblythy
Copy link
Member

dblythy commented Aug 4, 2021

I'm happy to work on this if no one is working on it!

@mtrezza
Copy link
Member Author

mtrezza commented Aug 4, 2021

That's great! This would significantly improve accessibility to the security state of Parse Server.

Since this requires creating a new page, if you want to get feedback or brainstorm about the new page layout, please feel free to post a wireframe draft. This way we can mitigate any layout changes later on.

@dblythy
Copy link
Member

dblythy commented Aug 4, 2021

Ok, no worries. Will post here!

@dblythy
Copy link
Member

dblythy commented Sep 28, 2021

Was hoping to have this for V5 Parse Server but have been a little busy

@mtrezza
Copy link
Member Author

mtrezza commented Sep 28, 2021

We already have the log output of Security Checks on the server side in v5, so that is already a big step forward.

@mtrezza mtrezza added bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) and removed up for grabs bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Sep 30, 2021
@dblythy
Copy link
Member

dblythy commented Mar 31, 2022

Haven't had the time for this unfortunately, so if anyone wants it, go for it!

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.2.0-alpha.28

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Aug 27, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 15, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants