Skip to content

Commit 2ea9c3d

Browse files
Potential fix for code scanning alert no. 3: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 6d63498 commit 2ea9c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/cloudflare-one/static/authenticated-doh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def request(method, url, body):
146146
service_token_name = input('Please input name for service token > ')
147147
client_id, client_secret = request_create_service_token(service_token_name)
148148
print(
149-
f"Created service token with client_id {client_id} and client_secret {client_secret}. You may want to save these secrets.")
149+
f"Created service token with client_id {client_id}. Please save the client_secret securely.")
150150

151151

152152
if len(client_secret) == 0:

0 commit comments

Comments
 (0)