fix: Relation count query bypasses protectedFields for identity-scoped groups (GHSA-rmhf-xv62-rm99) - #10668
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughCount queries now pass authentication context to ChangesProtected relation count authorization
Priority: ⬆️ High Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to Count requests now pass caller authentication to authorization checks, with coverage for protected relation fields. The change is ready to merge. Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 inconclusive)
✅ Passed checks (6 passed)
Full details: Engage In Review FeedbackExplanation The supplied review metadata reports zero actionable findings for the current review. It does not establish whether earlier review feedback comments exist or whether the contributor engaged with, implemented, or resolved that feedback. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-8.x.x #10668 +/- ##
=================================================
+ Coverage 92.14% 92.55% +0.41%
=================================================
Files 192 192
Lines 16252 16252
Branches 238 238
=================================================
+ Hits 14975 15042 +67
+ Misses 1252 1189 -63
+ Partials 25 21 -4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
d17586b
into
parse-community:release-8.x.x
## [8.6.93](8.6.92...8.6.93) (2026-09-22) ### Bug Fixes * Relation count query bypasses protectedFields for identity-scoped groups ([GHSA-rmhf-xv62-rm99](GHSA-rmhf-xv62-rm99)) ([#10668](#10668)) ([d17586b](d17586b))
|
🎉 This change has been released in version 8.6.93 |
Issue
Relation count query bypasses protectedFields for identity-scoped groups (GHSA-rmhf-xv62-rm99)
Tasks