Jump to letter: [
          
            3ABCDEFGHIJKLMNOPQRSTUVWXZ
          ]
        
        zziplib-utils - Utilities for the zziplib library
        
        
        - Description:
- The zziplib library is intentionally lightweight, it offers the ability to
easily extract data from files archived in a single zip file. Applications
can bundle files into a single zip archive and access them. The implementation
is based only on the (free) subset of compression with the zlib algorithm
which is actually used by the zip/unzip tools.
This packages contains all the utilities that come with the zziplib library. 
Packages
        
        
            | zziplib-utils-0.13.62-12.el7.x86_64
              [34 KiB] | Changelog
              by Jakub Martisko (2019-10-24): - Fix a directory traversal bug
- unzip-mem should now strip all "../" prefixes from the archived files
- Resolves: CVE-2018-17828 | 
            | zziplib-utils-0.13.62-11.el7.x86_64
              [33 KiB] | Changelog
              by Jakub Martisko (2019-02-28): - Fix CVE-2018-6541
- Part of the original patch has already been applied in the past (CVE-2018-7726),
  so the bug should not be reproducible in a way described in the github 
  issue, even without this commit. Applying the rest of the original patch anyway.
- https://github.com/gdraheim/zziplib/issues/16
- Related: CVE-2018-6541 |