Unverified Commit fd8f8a8d authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

google-chrome: mark as vulnerable on Darwin (#486721)

parents 5e780ea3 2683eb87
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