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
fix(stamps): an empty KAB_KEYSET_FILE must not digest the filesystem root
`KAB_KEYSET_FILE` set but empty reached `path_content_digest(Path::new("/"), "")`,
which digested `/` itself. The stamp then depended on the entire filesystem: it
would never match twice, and the cost of computing it was unbounded. Set-but-
empty is now an error, which is what it always was in intent.
0 commit comments