googleearth-pro: more specific vulnerability description

The current description of the vulnerabilities in Google Earth Pro is rather vague, so I have added a more detailed decision to help someone evaluate if it is safe to use or not. This is according to:

https://github.com/NixOS/nixpkgs/issues/141239#issuecomment-942911083

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
Robert 2024-04-07 18:25:29 -07:00 committed by Weijia Wang
parent c5707d8602
commit fa2d0c69d1
1 changed files with 1 additions and 1 deletions

View File

@ -120,6 +120,6 @@ mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ friedelino shamilton ];
platforms = platforms.linux;
knownVulnerabilities = [ "Includes vulnerable bundled libraries." ];
knownVulnerabilities = [ "Includes vulnerable versions of bundled libraries: openssl, ffmpeg, gdal, and proj." ];
};
}