chia: mark as insecure

This commit is contained in:
Louis Bettens 2022-07-25 20:55:55 +02:00
parent 5a0e0d73b9
commit 6808d5e09d

View file

@ -87,6 +87,7 @@ let chia = python3Packages.buildPythonApplication rec {
meta = with lib; {
homepage = "https://www.chia.net/";
description = "Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure.";
knownVulnerabilities = [ "CVE-2022-36447" ];
license = with licenses; [ asl20 ];
maintainers = teams.chia.members;
platforms = platforms.all;