Unverified Commit 2683eb87 authored by Michael Daniels's avatar Michael Daniels
Browse files

google-chrome: mark as vulnerable on Darwin

parent 79faf5ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -334,6 +334,9 @@ let
    changelog = "https://chromereleases.googleblog.com/";
    description = "Freeware web browser developed by Google";
    homepage = "https://www.google.com/chrome/browser/";
    knownVulnerabilities = lib.optionals stdenvNoCC.hostPlatform.isDarwin [
      "Out of date, because the updater (pkgs/by-name/go/google-chrome/update.sh) has stopped working, and there does not seem to be another way to get stable URLs to particular Chrome versions."
    ];
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [
      iedame