The Wayback Machine - https://web.archive.org/web/20210730232426/https://github.com/topics/tar
Skip to content
#

tar

Here are 320 public repositories matching this topic...

coolaj86
coolaj86 commented Sep 29, 2020

I was able to confirm that os.Create() will happily follow symlinks.

Although standard tools like tar will not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.

The vulnerab

🔍NEW ugrep v3.3: ultra fast grep with interactive query UI and fuzzy search: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4/zstd), documents and more. A faster, user-friendly and compatible grep replacement.
  • Updated Jul 26, 2021
  • C++
keeely
keeely commented Nov 9, 2020

I've compiled this successfully on my Mac, and it seems to work perfectly. I wondered if you could make it available via brew (https://brew.sh/).

There was just one compilation warning:

`warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive library: libcompat.a the table of contents is empty (no object file members in the library def

Improve this page

Add a description, image, and links to the tar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tar topic, visit your repo's landing page and select "manage topics."

Learn more