Possibility for data leakage when setting the same version location on separate containers
Bug #1138531 reported by
Jasdeep Singh Hundal
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
In Progress
|
Wishlist
|
Elvis Teixeira |
Bug Description
If you assign two containers to be versioned to the same container, you can get a leak where deleted objects in one container can be replaced by an old version of an object of the same name from the second container. Pretty sure this is not desireable behavior since this allows someone's versioned data to be lost by being moved to another container.
description: | updated |
description: | updated |
summary: |
- Data leakage when setting the same version location on separate - containers + Possibility for data leakage when setting the same version location on + separate containers |
Changed in python-swiftclient: | |
assignee: | nobody → Elvis Teixeira (elvis-teixeira) |
Changed in python-swiftclient: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
Well if you have given this user access to this container (by the mean
of ACL i suppose) you should expect he can access all the data there.