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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1846,6 +1846,7 @@ (define-public unzip
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."))))