Skip to content

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

This expression stores [sensitive data (password)](1) 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

This expression stores [sensitive data (password)](1) 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