Skip to content

Commit

Permalink
python310Packages.vyper: mark insecure
Browse files Browse the repository at this point in the history
(cherry picked from commit 587c686)
  • Loading branch information
dotlambda committed Jun 22, 2022
1 parent e35a9a2 commit 9291a7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/vyper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ buildPythonPackage rec {
homepage = "https://github.com/vyperlang/vyper";
license = licenses.asl20;
maintainers = with maintainers; [ siraben ];
knownVulnerabilities = [
"CVE-2022-29255"
];
};
}

0 comments on commit 9291a7a

Please sign in to comment.