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

fix: protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) #8073

Merged
merged 2 commits into from
Jun 30, 2022

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Jun 26, 2022

No description provided.

@parse-github-assistant
Copy link

parse-github-assistant bot commented Jun 26, 2022

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@codecov
Copy link

codecov bot commented Jun 26, 2022

Codecov Report

Merging #8073 (f6c9c0a) into release (5be375d) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           release    #8073      +/-   ##
===========================================
- Coverage    94.17%   94.16%   -0.01%     
===========================================
  Files          182      182              
  Lines        13655    13669      +14     
===========================================
+ Hits         12859    12872      +13     
- Misses         796      797       +1     
Impacted Files Coverage Δ
src/Controllers/DatabaseController.js 93.80% <100.00%> (+<0.01%) ⬆️
src/LiveQuery/ParseCloudCodePublisher.js 100.00% <100.00%> (ø)
src/LiveQuery/ParseLiveQueryServer.js 95.60% <100.00%> (+0.11%) ⬆️
src/ParseServerRESTController.js 96.96% <0.00%> (-1.52%) ⬇️
src/RestWrite.js 94.09% <0.00%> (-0.16%) ⬇️
src/batch.js 94.73% <0.00%> (+1.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb2952f...f6c9c0a. Read the comment docs.

@mtrezza mtrezza closed this Jun 26, 2022
@mtrezza mtrezza reopened this Jun 30, 2022
@mtrezza mtrezza merged commit 309f64c into parse-community:release Jun 30, 2022
@mtrezza mtrezza changed the title fix release fix: protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) Jun 30, 2022
parseplatformorg pushed a commit that referenced this pull request Jun 30, 2022
## [5.2.4](5.2.3...5.2.4) (2022-06-30)

### Bug Fixes

* protected fields exposed via LiveQuery; this removes protected fields from the client response; this may be a breaking change if your app is currently expecting to receive these protected fields ([GHSA-crrq-vr9j-fxxh](GHSA-crrq-vr9j-fxxh)) (#8074) ([#8073](#8073)) ([309f64c](309f64c))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.2.4

@parseplatformorg parseplatformorg added the state:released Released as stable version label Jun 30, 2022
@mtrezza mtrezza deleted the fix-release branch July 2, 2022 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants