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

Files: incorrect auth check for linuxOp #176

Open
scblack321 opened this issue Aug 21, 2024 · 0 comments
Open

Files: incorrect auth check for linuxOp #176

scblack321 opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@scblack321
Copy link
Contributor

One of the auth checks in FileUtilsService.linuxOp (around line 255) is incorrect.
Check to see if system owner is making the request compares against oboTenant and not oboUser.

if (client.getSystem().getOwner() != null) isOwner = client.getSystem().getOwner().equals(client.getOboTenant());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To Do
Development

No branches or pull requests

2 participants