We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc3d56 commit 21d5606Copy full SHA for 21d5606
pkgs/development/compilers/vyper/default.nix
@@ -69,5 +69,8 @@ buildPythonPackage rec {
69
homepage = "https://github.com/vyperlang/vyper";
70
license = licenses.asl20;
71
maintainers = with maintainers; [ siraben ];
72
+ knownVulnerabilities = [
73
+ "CVE-2022-29255"
74
+ ];
75
};
76
}
0 commit comments