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

Remove possibility to create a Virtual Study by anonymous user #10843

Open
forus opened this issue Jun 20, 2024 · 3 comments
Open

Remove possibility to create a Virtual Study by anonymous user #10843

forus opened this issue Jun 20, 2024 · 3 comments

Comments

@forus
Copy link
Contributor

forus commented Jun 20, 2024

This feature makes the system vulnerable to DoS attacks.

Frontend:
disable the button for anonymous users. Show popup "You have to Login to create a Virtual Study"

Backend:
These 2 endpoints have to be closed for anonymous users:

@inodb
Copy link
Member

inodb commented Jun 20, 2024

@forus this sounds like a good idea! Thanks for posting!

@forus
Copy link
Contributor Author

forus commented Jun 28, 2024

@forus
Copy link
Contributor Author

forus commented Jul 2, 2024

After fixing this issue, evaluate whether sanitization like this will become obsolete 6d94d9b (not part of the main branch)

Anonymous users must be unable to specify the owner and users fields.

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

No branches or pull requests

3 participants