me
/
guix
Archived
1
0
Fork 0

gnu: unzip: Mark safe from CVE-2019-13232.

* gnu/packages/compression.scm (unzip)[properties]: New field.
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
1 changed files with 1 additions and 0 deletions

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