mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: unzip: Mark safe from CVE-2019-13232.
* gnu/packages/compression.scm (unzip)[properties]: New field.
This commit is contained in:
parent
a8868a53ad
commit
b8424f0cdd
1 changed files with 1 additions and 0 deletions
|
@ -1846,6 +1846,7 @@ UnZip lists, tests, or extracts files from a .zip archive. The default
|
|||
behaviour (with no options) is to extract into the current directory, and
|
||||
subdirectories below it, all files from the specified zipfile. UnZip
|
||||
recreates the stored directory structure by default.")
|
||||
(properties `((lint-hidden-cve . ("CVE-2019-13232"))))
|
||||
(license (license:non-copyleft "file://LICENSE"
|
||||
"See LICENSE in the distribution."))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue