Merge pull request #182855 from lourkeur/security/chia-cat1

chia: mark as insecure
This commit is contained in:
Rick van Schijndel 2022-07-25 22:46:01 +02:00 committed by GitHub
commit 98dda0b190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;