From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 2/2] Pakfire: do not leak upstream proxy password in log messages Date: Sat, 11 Apr 2020 12:20:01 +0200 Message-ID: <34570e9e-b21d-52aa-5cb1-8f6477feeae4@ipfire.org> In-Reply-To: <6fd2993f-d022-9bd2-b3b7-5a60e974d9b6@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8037435130957754360==" List-Id: --===============8037435130957754360== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- src/pakfire/lib/functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index 17a420c33..4d5c6219a 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -162,7 +162,7 @@ sub fetchfile { logger("DOWNLOAD INFO: Upstream proxy: \"$proxysettings{'UPSTREAM_PROXY'}= \""); if ($proxysettings{'UPSTREAM_USER'}) { $ua->proxy(["http", "https"], "http://$proxysettings{'UPSTREAM_USER'}:$p= roxysettings{'UPSTREAM_PASSWORD'}@"."$proxysettings{'UPSTREAM_PROXY'}/"); - logger("DOWNLOAD INFO: Logging in with: \"$proxysettings{'UPSTREAM_USER'= }\" - \"$proxysettings{'UPSTREAM_PASSWORD'}\""); + logger("DOWNLOAD INFO: Logging in with \"$proxysettings{'UPSTREAM_USER'}= \" against \"$proxysettings{'UPSTREAM_PROXY'}\""); } else { $ua->proxy(["http", "https"], "http://$proxysettings{'UPSTREAM_PROXY'}/"= ); } --=20 2.16.4 --===============8037435130957754360==--