Skip to content

Commit 21d5606

Browse files
committed
python310Packages.vyper: mark insecure
(cherry picked from commit 587c686)
1 parent adc3d56 commit 21d5606

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/compilers/vyper/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@ buildPythonPackage rec {
6969
homepage = "https://github.com/vyperlang/vyper";
7070
license = licenses.asl20;
7171
maintainers = with maintainers; [ siraben ];
72+
knownVulnerabilities = [
73+
"CVE-2022-29255"
74+
];
7275
};
7376
}

0 commit comments

Comments
 (0)