mono: add knownVulnerabilities for 4.0.4
http://www.mono-project.com/docs/about-mono/vulnerabilities/#string-to-double-parser-bug
This commit is contained in:
parent
b577f3292e
commit
6e0a68b1e6
@ -3,4 +3,7 @@ callPackage ./generic.nix (rec {
|
|||||||
inherit Foundation libobjc;
|
inherit Foundation libobjc;
|
||||||
version = "4.0.4.1";
|
version = "4.0.4.1";
|
||||||
sha256 = "1ydw9l89apc9p7xr5mdzy0h97g2q6v243g82mxswfc2rrqhfs4gd";
|
sha256 = "1ydw9l89apc9p7xr5mdzy0h97g2q6v243g82mxswfc2rrqhfs4gd";
|
||||||
|
meta = {
|
||||||
|
knownVulnerabilities = [ "CVE-2009-0689" ];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user