lol

tightvnc: mark as insecure (fixes #150704)

+4
+4
pkgs/tools/admin/tightvnc/default.nix
··· 82 82 83 83 maintainers = []; 84 84 platforms = lib.platforms.unix; 85 + 86 + knownVulnerabilities = [ "CVE-2021-42785" ]; 87 + # Unfortunately, upstream doesn't maintain the 1.3 branch anymore, and the 88 + # new 2.x branch is substantially different (requiring either Windows or Java) 85 89 }; 86 90 }