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
It seems that many methods aren't validated and don't check for permissions, valid data etc.
For example, I tried: Meteor.call('eraseRoom', RoomManager.openedRooms.cgeneral.rid) and that seems to remove the general channel.
The text was updated successfully, but these errors were encountered:
Thanks for letting us know, but you could have done that on a less-destructive way, couldn't you?
Sorry, something went wrong.
Yes, I'm sorry for that.
Fixed security issue -- non-admins able to delete channels #564
bd3167b
Merge pull request RocketChat#564 from assistify/release/0.71.1-0.9.6
3bccef9
Release/0.71.1 0.9.6
No branches or pull requests
It seems that many methods aren't validated and don't check for permissions, valid data etc.
For example, I tried: Meteor.call('eraseRoom', RoomManager.openedRooms.cgeneral.rid) and that seems to remove the general channel.
The text was updated successfully, but these errors were encountered: