-
Notifications
You must be signed in to change notification settings - Fork 2.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
v15.2.0 backoffice search show to many search providers for eg. editors #17998
Comments
Hi there @mjpraxis! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
@NguyenThuyLan and if for example an editor search for an documenttype and gets some hits in the search-result. |
The API endpoint for this search doesn't consider the requester's permissions and doesn't filter the results accordingly. If I'm right, this endpoint has the potential to leak or expose more information than it should to any given user. |
I have updated the title and description. |
@NguyenThuyLan |
Yes @mjpraxis , I was still able to reproduce it on 15.2.1, we will need to fix it |
It also shows settings-related search providers in 15.3.0-rc when logged in as an editor. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.2.0
Bug summary
The list of search providers should be the same as the sections that a user has access to.
Eg editors can see "Content" and "Media".
That should be the only one the can choose in the search dialog.
Specifics
No response
Steps to reproduce
Add a user with editor role
Login as this new editor user
Click the search icon in the upper right corner.
Compare the list of search providers with the sections the user has access to.
Expected result / actual result
Expected the list of search providers for editor only is "Content" and "Media".
Actually show all search providers.
The text was updated successfully, but these errors were encountered: