Unverified Commit 39f4f087 authored by emilylange's avatar emilylange
Browse files

electron_29-bin: mark as insecure because it's EOL

parent 06af25f0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ let
      ++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ]
      ++ optionals (versionOlder version "19.0.0") [ "i686-linux" ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    knownVulnerabilities = optional (versionOlder version "29.0.0") "Electron version ${version} is EOL";
    # https://www.electronjs.org/docs/latest/tutorial/electron-timelines
    knownVulnerabilities = optional (versionOlder version "30.0.0") "Electron version ${version} is EOL";
  };

  fetcher = vers: tag: hash: fetchurl {