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
Copilot review on PR #3: checksum verification re-serializes decoded data instead of hashing raw on-disk bytes. If decode/re-encode is not byte-identical (e.g. compression), checksum will mismatch. Verify against original bytes instead.