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

This commit is contained in:
Michael Daniels
2026-02-03 23:53:59 +00:00
committed by GitHub
@@ -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