kiwix: mark as insecure

There is at least one recorded issue against our kiwix version. Upstream
does no longer support this version of the project. They have moved to a
different repository & software architecture.
This commit is contained in:
Andreas Rammhold 2018-10-16 00:35:52 +02:00
parent 385e5ac847
commit 2898972377

View File

@ -103,5 +103,8 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ robbinch ];
knownVulnerabilities = [
"CVE-2015-1032"
];
};
}