3
5
Fork 0
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:
Efraim Flashner 2022-08-08 18:47:20 +03:00
parent a8868a53ad
commit b8424f0cdd
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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."))))