Skip to content

Commit

Permalink
libgit2_0_27: mark as insecure (#111319)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Feb 7, 2021
1 parent 4a11da4 commit f69fe44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -13775,6 +13775,10 @@ in
rev = "v${version}";
sha256 = "09jz2fzv0zl5058s0g1cpnw87a2rgg8wnjwlygi18i2n9nn6m0ad";
};
meta.knownVulnerabilities = [
"CVE-2020-12278"
"CVE-2020-12279"
];
});

libgit2-glib = callPackage ../development/libraries/libgit2-glib { };
Expand Down

0 comments on commit f69fe44

Please sign in to comment.