-
Notifications
You must be signed in to change notification settings - Fork 197
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
Username enumeration using PROPFIND requests #3344
Comments
PR #3564 added scenarios to expected-failures with a link to this issue. So I am reopening the issue and adding to the QA project. ToDo:
Note: we don't want to have links in expected-failures to issues that are closed. |
@kobergj changed the response message when a resource can not be found.
This is the case IMO and the tests just need to be updated. |
The commit id update in #3576 fixed the test problem in oCIS. But I am getting a failure in reva. It looks like reva can still include the path. apiWebdavProperties2/getFileProperties.feature:324 fails in reva. |
apiWebdavProperties2/getFileProperties.feature:324 was removed from expected-failures in PR cs3org/reva#2780 |
@C0rby the 2 example There are no expected-failures related to this issue. IMO it is fixed. Close? |
Yes, this has been fixed here: cs3org/reva#2735 |
An authenticated user can enumerate usernames by sending PROPFIND requests.
The error message of an existing user contains the users uuid whereas for a non existing user it returns the requested username.
The text was updated successfully, but these errors were encountered: