Skip to content

Conversation

@krishnprakash
Copy link
Owner

Potential fix for https://github.com/krishnprakash/cloudflare-docs/security/code-scanning/3

To fix the problem, we need to ensure that sensitive information such as client_secret is not logged in clear text. Instead of logging the actual client_secret, we can log a message indicating that a service token was created without revealing the sensitive details. This way, we maintain the functionality of informing the user about the creation of the service token without exposing sensitive information.

We will modify the code in the file public/cloudflare-one/static/authenticated-doh.py to remove the logging of client_secret and replace it with a more generic message.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

…nsitive information

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Mar 7, 2025

Howdy and thanks for contributing to our repo. We review new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

@krishnprakash krishnprakash marked this pull request as ready for review March 7, 2025 02:44
@krishnprakash krishnprakash merged commit d5dcdca into production Mar 7, 2025
11 checks passed
@krishnprakash krishnprakash deleted the alert-autofix-3 branch March 7, 2025 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants