Skip to content

About docs#374

Closed
rustprooflabs wants to merge 11 commits intomainfrom
about-docs
Closed

About docs#374
rustprooflabs wants to merge 11 commits intomainfrom
about-docs

Conversation

@rustprooflabs
Copy link
Copy Markdown
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
Comment thread docker/pgbouncer.py

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.
Comment thread docker/pgbouncer.py
)

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.

2 participants