mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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;
|
||||
version = "4.0.4.1";
|
||||
sha256 = "1ydw9l89apc9p7xr5mdzy0h97g2q6v243g82mxswfc2rrqhfs4gd";
|
||||
meta = {
|
||||
knownVulnerabilities = [ "CVE-2009-0689" ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user