gnu: gvfs: Add 'lint-hidden-cve' property.
* gnu/packages/gnome.scm (gvfs)[properties]: New field, marking CVE-2019-12447, CVE-2019-12448, and CVE-2019-12449 as fixed.
This commit is contained in:
		
							parent
							
								
									c3fe23d0de
								
							
						
					
					
						commit
						d9f501b619
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -6515,6 +6515,10 @@ part of udev-extras, then udev, then systemd.  It's now a project on its own.")
 | 
				
			||||||
       ("openssh" ,openssh)
 | 
					       ("openssh" ,openssh)
 | 
				
			||||||
       ("polkit" ,polkit)
 | 
					       ("polkit" ,polkit)
 | 
				
			||||||
       ("udisks" ,udisks)))
 | 
					       ("udisks" ,udisks)))
 | 
				
			||||||
 | 
					    ;; CVE-2019-{12447,12448,12449} are fixed in the 1.40.2 release.
 | 
				
			||||||
 | 
					    (properties '((lint-hidden-cve . ("CVE-2019-12447"
 | 
				
			||||||
 | 
					                                      "CVE-2019-12448"
 | 
				
			||||||
 | 
					                                      "CVE-2019-12449"))))
 | 
				
			||||||
    (home-page "https://wiki.gnome.org/gvfs/")
 | 
					    (home-page "https://wiki.gnome.org/gvfs/")
 | 
				
			||||||
    (synopsis "Userspace virtual file system for GIO")
 | 
					    (synopsis "Userspace virtual file system for GIO")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue