python310Packages.vyper: mark insecure

main
Robert Schütz 2 years ago
parent 701b918dc3
commit 587c686926
  1. 3
      pkgs/development/compilers/vyper/default.nix

@ -69,5 +69,8 @@ buildPythonPackage rec {
homepage = "https://github.com/vyperlang/vyper";
license = licenses.asl20;
maintainers = with maintainers; [ siraben ];
knownVulnerabilities = [
"CVE-2022-29255"
];
};
}

Loading…
Cancel
Save