From fa2d0c69d1a9f6d26f72780446842bcfa3969ed3 Mon Sep 17 00:00:00 2001 From: Robert <6243646+gnubufferoverflows@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:25:29 -0700 Subject: [PATCH] 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 --- pkgs/applications/misc/googleearth-pro/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/googleearth-pro/default.nix b/pkgs/applications/misc/googleearth-pro/default.nix index 59912ef6b1ac..2e139b0d71ca 100644 --- a/pkgs/applications/misc/googleearth-pro/default.nix +++ b/pkgs/applications/misc/googleearth-pro/default.nix @@ -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." ]; }; }