-
Notifications
You must be signed in to change notification settings - Fork 173
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
bug: unauthorized access in Alicloud OSS component #301
Comments
@seeflood alicloud/aws/minio components both have this problem. I'll fix this .
|
Sorry for not explaining in advance, @wenxuwan just told me that he is working on it and decides to remove this |
@seeflood Okay, I get it |
What happened:
If an app pass a directoryName which is not configurated in the config file,it can access that bucket although it shouldn't.
Currently the code doesn't do the access control checking.
What you expected to happen:
Forbid unauthorized access
How to reproduce it (as minimally and precisely as possible):
@fengmk2 found it by code review
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: