mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nheko: mark as insecure (#48281)
The package is no longer maintained and includes potential security vulnerabilities (a use-after-free and several crashes) that are known and not fixed in the version present in nixpkgs. They don't look too bad judging from the trigger vectors mentioned in the changelog, but with the project going unmaintained one of them becoming a security vulnerability would likely not be noticed.
This commit is contained in:
parent
e2d857a332
commit
ad992cbde1
@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ ekleog fpletz ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3Plus;
|
||||
knownVulnerabilities = [ "No longer maintained" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user