We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
@forus this sounds like a good idea! Thanks for posting!
Sorry, something went wrong.
remember to update the FAQ answer here https://docs.cbioportal.org/user-guide/faq/#is-it-necessary-to-log-in-to-use-virtual-studies-if-i-do-log-in-what-additional-functionality-do-i-gain
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.
owner
users
No branches or pull requests
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:
https://github.com/cBioPortal/cbioportal/blob/rfc83/src/main/java/org/cbioportal/web/SessionServiceController.java#L288
The text was updated successfully, but these errors were encountered: