snapmaker-luban: Mark as insecure (CVE-2023-5217)

This commit is contained in:
Simon Kämpe 2023-10-05 05:24:03 +02:00 committed by Simon Kämpe
parent c748544b2f
commit 64900d4125

View File

@ -93,5 +93,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.simonkampe ];
platforms = [ "x86_64-linux" ];
knownVulnerabilities = [ "CVE-2023-5217" ];
};
}