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
 | 
					behaviour (with no options) is to extract into the current directory, and
 | 
				
			||||||
subdirectories below it, all files from the specified zipfile.  UnZip
 | 
					subdirectories below it, all files from the specified zipfile.  UnZip
 | 
				
			||||||
recreates the stored directory structure by default.")
 | 
					recreates the stored directory structure by default.")
 | 
				
			||||||
 | 
					    (properties `((lint-hidden-cve . ("CVE-2019-13232"))))
 | 
				
			||||||
    (license (license:non-copyleft "file://LICENSE"
 | 
					    (license (license:non-copyleft "file://LICENSE"
 | 
				
			||||||
                                   "See LICENSE in the distribution."))))
 | 
					                                   "See LICENSE in the distribution."))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue