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
Made Codex immutable status fallback copy only an unchanged regular main
database into a private snapshot, so FIFO replacement and source races
return promptly without opening the live source through SQLite.
Recovered aged ownerless installer operation locks and safely cleaned
interrupted recovery artifacts without stealing fresh or live locks.
Security
Closed status-read FIFO blocking and pathname TOCTOU windows by binding
bounded copies to descriptor-verified regular-file identity and opening
SQLite only on private snapshots.
Bound installer stale-lock recovery to process identities and per-operation
tokens with serialized, inode-checked recovery gates while retaining
fail-closed handling for unsafe paths.