go-unarr
go-unarr copied to clipboard
Go bindings for unarr (decompression library for RAR, TAR, ZIP and 7z archives)
There is a vulnerability in unarr, which will lead to path traversal vulnerability Go unarr does not check the contents of the archive. Exploit process 1. An attacker can construct...
Since `unarr` doesn't actually support `un7z` like we thought, I can't get much further on this right now. However, this could also be used just to improve the existing `unarr`...
error: ! tar.c:54: Unknown entry type '2', but the tar -xf c.tar is ok.
 When extracting Simplified Chinese directory and file name, the name is confused . 解压简体中文目录和文件名时,名字错乱。
I looked at this because of surprising unarchiving failures by [cbconvert](https://github.com/gen2brain/cbconvert). I could see "C" references in the Go code, so assume that all of this C code is compiled...