go-unarr icon indicating copy to clipboard operation
go-unarr copied to clipboard

Go bindings for unarr (decompression library for RAR, TAR, ZIP and 7z archives)

Results 6 go-unarr issues
Sort by recently updated
recently updated
newest added

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.

![7577ec20caa8d67d64f790c4f512876](https://user-images.githubusercontent.com/49615294/208614450-16335243-51e5-482b-8b6f-495618d8e7f7.png) 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...