From 2ff1d3b0b3a3fb4aaeed76d6845fc6abffdfbdb4 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Tue, 30 Jun 2026 22:32:22 +0200 Subject: [PATCH] oci-authenticator: Don't log password in BasicAuthReply handler --- oci-authenticator/flatpak-oci-authenticator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci-authenticator/flatpak-oci-authenticator.c b/oci-authenticator/flatpak-oci-authenticator.c index 4c0250223..81efee2bf 100644 --- a/oci-authenticator/flatpak-oci-authenticator.c +++ b/oci-authenticator/flatpak-oci-authenticator.c @@ -202,7 +202,7 @@ handle_request_ref_tokens_basic_auth_reply (FlatpakAuthenticatorRequest *object, { BasicAuthData *auth = user_data; - g_info ("handling Request.BasicAuthReply %s %s", arg_user, arg_password); + g_info ("handling Request.BasicAuthReply %s", arg_user); flatpak_authenticator_request_complete_basic_auth_reply (object, invocation);