Skip to content

Commit

Permalink
electron_31-bin: mark as insecure because it's EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange committed Jan 3, 2025
1 parent 7f5756b commit aa01edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/electron/binary/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let
++ optionals (versionOlder version "19.0.0") [ "i686-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
# https://www.electronjs.org/docs/latest/tutorial/electron-timelines
knownVulnerabilities = optional (versionOlder version "31.0.0") "Electron version ${version} is EOL";
knownVulnerabilities = optional (versionOlder version "32.0.0") "Electron version ${version} is EOL";
};

fetcher =
Expand Down

0 comments on commit aa01edd

Please sign in to comment.