Skip to content
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

Deleted data is still accessible using history #1890

Open
SimoneLazzaris opened this issue Dec 12, 2023 · 0 comments
Open

Deleted data is still accessible using history #1890

SimoneLazzaris opened this issue Dec 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@SimoneLazzaris
Copy link
Collaborator

What happened

Deleted data is accessible using Key Value History or SQL select * from (history of table_name).

What you expected to happen

Deleted data should be unreadable and only present as hash, to validate the immutability of the database.

How to reproduce it (as minimally and precisely as possible)

In immuclient:

set keyname bigvalue
delete keyname
history keyname

Environment

# run "immu* version" and copy/paste the output here

immudb 1.9DOM.0
Commit : 72e3f68
Built by: [email protected]
Built at: Fri, 01 Dec 2023 09:38:14 CET

Additional info (any other context about the problem)

@SimoneLazzaris SimoneLazzaris added the bug Something isn't working label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant