#1890·immudb

Deleted data is still accessible using history

Author: SimoneLazzarisCreated Dec 12, 2023Updated Mar 17, 2025
Labelsbug

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

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

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

Additional info (any other context about the problem)