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

Enhancements for protectedFields in Create/Update Operations #9449

Open
puny-d opened this issue Nov 21, 2024 · 1 comment
Open

Enhancements for protectedFields in Create/Update Operations #9449

puny-d opened this issue Nov 21, 2024 · 1 comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@puny-d
Copy link

puny-d commented Nov 21, 2024

Description:

This is a follow-up to the closed issue #6458 regarding the limitations and handling of protectedFields in Parse Server.

Current Behavior:

protectedFields hides fields during get/find but allows create/update to modify them.
Users can currently add constraints using protected fields in queries, which may bypass protection unintentionally.

Proposals:

Introduce a stricter error-throwing mechanism when protected fields are involved in mutations.
Provide a way to enforce constraints dynamically based on pointer fields in queries.

Link to original issue: #6458

Thank you!

Copy link

Thanks for opening this issue!

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

2 participants