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

zip

Here are 985 public repositories matching this topic...

fab2s
fab2s commented May 21, 2021

Hello,

When backups are run with --disable-notifications options, the resulting zip file is never encrypted.

It looks like this is coming from the fact encryption occurs as an event wrapped in the send notification method in BackupJob.php:

    protected function sendNotification($notification): void
    {
        if ($this->sendNotifications) {
            rescue(
         
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 Oct 24, 2021
  • C++

Improve this page

Add a description, image, and links to the zip 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 zip topic, visit your repo's landing page and select "manage topics."

Learn more