
dirty read
one transaction reads data written by another before that transaction has completed (P1)
“Dirty reads allowed seeing a password hash mid-update, exposing an invalid intermediate value.”

one transaction reads data written by another before that transaction has completed (P1)
“Dirty reads allowed seeing a password hash mid-update, exposing an invalid intermediate value.”