we are using node-unzip and have recently found a reproducible case where one of the files extracted from the archive is corrupted, both the file size and the shasums of the decompressed file are different when compared to the same archive extracted on the command line.
the archive is sourced from the US Census Bureau and is valid (as far as I can tell using unzip -t)
hi,
we are using
node-unzip
and have recently found a reproducible case where one of the files extracted from the archive is corrupted, both the file size and the shasums of the decompressed file are different when compared to the same archive extracted on the command line.the archive is sourced from the US Census Bureau and is valid (as far as I can tell using
unzip -t
)I've written up the issue in more detail here: https://github.com/pelias/interpolation/issues/162