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

Facebook signup error206 #8737

Closed
wants to merge 5 commits into from
Closed

Facebook signup error206 #8737

wants to merge 5 commits into from

Conversation

ashish-naik
Copy link

@ashish-naik ashish-naik commented Sep 4, 2023

Issue

#6511

Closes: #6511

Approach

Added test case for Facebook signup and login.
Calling from iOS Objective-C SDK, saving new PFUser created from Facebook signup fails with error 206.
Was first reported in PS version 5.x.x and observed in v6.2.1 also.

Tasks

  • [x ] Add tests

mtrezza and others added 5 commits June 28, 2023 22:57
## [6.2.1](6.2.0...6.2.1) (2023-06-28)

### Bug Fixes

* Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](GHSA-462x-c3jw-7vr6) ([#8674](#8674)) ([3dd99dd](3dd99dd))
… circumvent `beforeFind` query trigger; fixes security vulnerability [GHSA-fcv6-fg5r-jm9q](GHSA-fcv6-fg5r-jm9q)
## [6.2.2](6.2.1...6.2.2) (2023-09-04)

### Bug Fixes

* Parse Pointer allows to access internal Parse Server classes and circumvent `beforeFind` query trigger; fixes security vulnerability [GHSA-fcv6-fg5r-jm9q](GHSA-fcv6-fg5r-jm9q) ([be4c7e2](be4c7e2))
@parse-github-assistant
Copy link

parse-github-assistant bot commented Sep 4, 2023

Thanks for opening this pull request!

@mtrezza
Copy link
Member

mtrezza commented Sep 4, 2023

Could you rebase this PR on the alpha branch? The only commit in this PR should be your test case.

@ashish-naik
Copy link
Author

Could you rebase this PR on the alpha branch? The only commit in this PR should be your test case.

isn't this already showing under alpha branch? Do i need to do anything different?

image

@mtrezza
Copy link
Member

mtrezza commented Sep 5, 2023

I suggest you take a look at this blog article that is especially directed towards first time contributors on how to open a PR. Just make sure to use alpha branch as base branch, not master as described in the blog, that needs to be corrected. There is also a more technical Contribution Guide.

@ashish-naik ashish-naik closed this by deleting the head repository Sep 5, 2023
@ashish-naik
Copy link
Author

This was not created properly so Closing and creating separate PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error 206 cannot modify user for new Facebook user
3 participants