Commit 520534e5 authored by Ingo Reitz's avatar Ingo Reitz Committed by Masum Reza
Browse files

ventoy*: mark unfree, mark insecure

parent 161a0828
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -213,7 +213,16 @@ stdenv.mkDerivation (finalAttrs: {
      800+ image files are tested.  90%+ distros in DistroWatch supported.
    '';
    changelog = "https://www.ventoy.net/doc_news.html";
    license = lib.licenses.gpl3Plus;
    knownVulnerabilities = [
      ''
        Ventoy uses binary blobs which can't be trusted to be free of malware or compliant to their licenses.
        https://github.com/NixOS/nixpkgs/issues/404663
        See the following Issues for context:
        https://github.com/ventoy/Ventoy/issues/2795
        https://github.com/ventoy/Ventoy/issues/3224
      ''
    ];
    license = lib.licenses.unfree;
    mainProgram = "ventoy";
    maintainers = with lib.maintainers; [
      johnrtitor