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-10 16:23:23 +02:00
committed by Weijia Wang
co-authored by Aleksana
parent c5707d8602
commit fa2d0c69d1
@@ -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." ];
};
}