python310Packages.vyper: mark insecure
This commit is contained in:
parent
701b918dc3
commit
587c686926
@ -69,5 +69,8 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/vyperlang/vyper";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
knownVulnerabilities = [
|
||||
"CVE-2022-29255"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user