Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About docs #374

Closed
wants to merge 11 commits into from
Closed

About docs #374

wants to merge 11 commits into from

Conversation

rustprooflabs
Copy link
Owner

No description provided.

@rustprooflabs rustprooflabs added the documentation Improvements or additions to documentation label Jan 20, 2024
@rustprooflabs rustprooflabs added this to the 1.0.0 milestone Jan 20, 2024
@rustprooflabs rustprooflabs deleted the about-docs branch January 20, 2024 20:00

LOGGER.warning('Saving password in plain text within the container for pgBouncer.')
with open(PGBOUNCER_USER_LIST_PATH, "w") as user_file:
user_file.write(user_list)

Check failure

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.
)

with open(PGBOUNCER_INI_PATH, "w") as ini_file:
ini_file.write(pgbouncer_ini)

Check failure

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant