You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it shows, when calling __do_object() with key='', it equals calling __do_bucket(), and there aren't any checks before that。if the client calls bucket.delete_object(key='') accidentally, the whole bucket may be deleted, which is really dangerous.
The text was updated successfully, but these errors were encountered:
in file oss2/api.py: Line 2753
As it shows, when calling
__do_object()
withkey=''
, it equals calling__do_bucket()
, and there aren't any checks before that。if the client callsbucket.delete_object(key='')
accidentally, the whole bucket may be deleted, which is really dangerous.The text was updated successfully, but these errors were encountered: