-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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) #8074
fix: protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) #8074
Conversation
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## release-4.x.x #8074 +/- ##
==============================================
Coverage 93.82% 93.82%
==============================================
Files 170 170
Lines 12502 12521 +19
==============================================
+ Hits 11730 11748 +18
- Misses 772 773 +1
Continue to review full report at Codecov.
|
…ields 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)
## [4.10.13](4.10.12...4.10.13) (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](#8074)) ([054f3e6](054f3e6))
🎉 This change has been released in version 4.10.13 |
The label |
## [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))
No description provided.