webkitgtk24x: mark as insecure

See https://github.com/NixOS/nixpkgs/issues/18312
This commit is contained in:
Joachim Fasting 2017-02-26 21:04:58 +01:00
parent 9dbeca2240
commit 442b589b71
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -23,6 +23,13 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
platforms = with platforms; linux ++ darwin;
maintainers = [];
knownVulnerabilities = [
"WSA-2016-0004"
"WSA-2016-0005"
"WSA-2016-0006"
"WSA-2017-0001"
"WSA-2017-0002"
];
};
src = fetchurl {