mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Merge pull request #123463 from ninjin/julia_10-bin-cve
julia: mark julia_10-bin as insecure
This commit is contained in:
commit
9f67421fe8
@ -68,5 +68,13 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = with lib.maintainers; [ ninjin raskin ];
|
maintainers = with lib.maintainers; [ ninjin raskin ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
knownVulnerabilities = [
|
||||||
|
# Built with libgit2 v0.27.2:
|
||||||
|
# https://github.com/JuliaLang/julia/blob/e0837d1e64a9e4d17534a9f981e9a2a3f221356f/deps/libgit2.version
|
||||||
|
# https://nvd.nist.gov/vuln/detail/CVE-2020-12278
|
||||||
|
"CVE-2020-12278"
|
||||||
|
# https://nvd.nist.gov/vuln/detail/CVE-2020-12279
|
||||||
|
"CVE-2020-12279"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user