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
In an ideal scenario, we would avoid reading the existing tarfile altogether, and literally just append to it; after all, even just copying a 200 MB file is not immediate. This would also mean we would need to
Compute the hash incrementally
Give up on updating the file atomically (and might therefore need to introduce some kind of locking policy, perhaps with an auxiliary file).
The text was updated successfully, but these errors were encountered:
Issues with the CDN are outside the scope of the security project proper. Have opened separate ticket about incrementally computing the hash (#130), but it's not a priority for now. Closing this.
This involves:
.cabal
files from the index #29)In an ideal scenario, we would avoid reading the existing tarfile altogether, and literally just append to it; after all, even just copying a 200 MB file is not immediate. This would also mean we would need to
The text was updated successfully, but these errors were encountered: