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

[stable28] fix(ContactsStore): Sanitize user ID given to guest avatar route #43422

Merged
merged 1 commit into from Feb 9, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Feb 7, 2024

Backport of PR #43317

It is not allowed to use slashes within path parameters, so they would need to be encoded.
But URL encoded slashes are not suported by Apache, so instead replace slash with space.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@backportbot backportbot bot added bug 3. to review Waiting for reviews php Pull requests that update Php code labels Feb 7, 2024
@backportbot backportbot bot added this to the Nextcloud 28.0.3 milestone Feb 7, 2024
@susnux susnux requested a review from Altahrim February 7, 2024 10:45
@susnux susnux merged commit c4b164d into stable28 Feb 9, 2024
49 of 50 checks passed
@susnux susnux deleted the backport/43317/stable28 branch February 9, 2024 01:17
@skjnldsv skjnldsv mentioned this pull request Feb 14, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants