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:
parent
385e5ac847
commit
2898972377
@ -103,5 +103,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ robbinch ];
|
maintainers = with maintainers; [ robbinch ];
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"CVE-2015-1032"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user