Add deterministic file ordering in Builder.Build() #23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 1 item from #10
Manifest output should be deterministic: sort file entries by path (lexicographic, byte-order) in
Builder.Build()before serialization.This ensures that two runs against the same directory tree produce byte-identical output, which is essential for reproducibility and signature verification.
Should include a test asserting byte-identical output from two independent runs against the same directory.