google-chrome: unmark as vulnerable on darwin

This commit is contained in:
Rafael Ieda
2026-02-12 18:47:18 -03:00
parent c5b09cab6f
commit 529ee99a47
@@ -334,9 +334,6 @@ 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