[all-commits] [llvm/llvm-project] 57dc09: [Dexter] Sanitize user details from git repo URL i...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Thu Aug 22 02:56:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57dc09341e5eef758b1abce78822c51069157869
      https://github.com/llvm/llvm-project/commit/57dc09341e5eef758b1abce78822c51069157869
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2024-08-22 (Thu, 22 Aug 2024)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/utils/Version.py

  Log Message:
  -----------
  [Dexter] Sanitize user details from git repo URL in dexter --version (#105533)

Currently the output of dexter --version contains the raw output of `git
remote get-url origin`, which may contain a username and password. This
patch adds a small change to remove these from the output string. A
similar patch for LLVM's default version string* also removes the git
URL altogether unless opted-in to; it's not clear whether this is a
necessary or desirable step yet, but if so we can trivially remove the
URL from Dexter as well.

*PR here: https://github.com/llvm/llvm-project/pull/105220



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list