Unverified Commit f8b947c3 authored by rewine's avatar rewine Committed by GitHub
Browse files

wechat{-uos}: remove mitigated vulnerability (#489319)

parents 124c8fb6 cf316277
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -194,14 +194,6 @@ let
          xddxdd
        ];
        mainProgram = "wechat-uos";
        knownVulnerabilities = [
          ''
            CWE-78: Clicking on a file attachment whose name contains backtick-quoted
            commands will cause it to be executed.

            Reference: https://archive.ph/A5McZ (Chinese)
          ''
        ];
      };
    };
in
+0 −6
Original line number Diff line number Diff line
@@ -23,12 +23,6 @@ let
      "aarch64-linux"
      "x86_64-linux"
    ];
    knownVulnerabilities = lib.optional stdenvNoCC.hostPlatform.isLinux ''
      CWE-78: Clicking on a file attachment whose name contains backtick-quoted
      commands will cause it to be executed.

      Reference: https://archive.ph/A5McZ (Chinese)
    '';
  };

  sources =