3
0
Fork 0
forked from mirrors/nixpkgs

tightvnc: mark as insecure (fixes #150704)

This commit is contained in:
Ingo Blechschmidt 2021-12-17 21:32:54 +01:00
parent 64bbe28843
commit 034d277c6e

View file

@ -82,5 +82,9 @@ stdenv.mkDerivation rec {
maintainers = [];
platforms = lib.platforms.unix;
knownVulnerabilities = [ "CVE-2021-42785" ];
# Unfortunately, upstream doesn't maintain the 1.3 branch anymore, and the
# new 2.x branch is substantially different (requiring either Windows or Java)
};
}