Merge pull request #125786 from NixOS/backport-125732-to-release-21.05
[Backport release-21.05] rambox: unmaintain & mark as insecure
This commit is contained in:
commit
01ec377896
@ -21,8 +21,11 @@ in mkRambox rec {
|
|||||||
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
|
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
|
||||||
homepage = "https://rambox.pro";
|
homepage = "https://rambox.pro";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ma27 ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = ["i686-linux" "x86_64-linux"];
|
platforms = ["i686-linux" "x86_64-linux"];
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"Electron 7.2.4 is EOL and contains at least the following vulnerabilities: CVE-2020-6458, CVE-2020-6460 and more (https://www.electronjs.org/releases/stable?version=7). Consider using an alternative such as `ferdi'."
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user