Merge pull request #151124 from iblech/patch-tightvnc-cve

tightvnc: mark as insecure (fixes #150704)
This commit is contained in:
Robert Scott 2021-12-17 21:56:38 +00:00 committed by GitHub
commit 7cb82ec614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
};
}