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

chore(deps): update postgres docker tag from 17.2 to v17.3 (docker-compose.yml) #11820

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

This PR contains the following updates:

Package Update Change
postgres minor 17.2-alpine -> 17.3-alpine

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 14, 2025
Copy link

dryrunsecurity bot commented Feb 14, 2025

DryRun Security Summary

The pull request upgrades PostgreSQL from 17.2 to 17.3 while addressing several security vulnerabilities including hardcoded credentials, exposed environment variables, unrestricted host access, potential information disclosure, and insufficient security constraints in the docker-compose configuration.

Expand for full summary

This pull request updates the PostgreSQL Docker image from version 17.2 to 17.3 in docker-compose.yml. Multiple critical security vulnerabilities were identified:

  1. Hardcoded Credentials Risk: Default username and password defectdojo are used, which can be easily compromised if not changed in production environment.

  2. Exposed Environment Variables: Sensitive variables like DD_SECRET_KEY and DD_CREDENTIAL_AES_256_KEY are present with default values, creating potential security exposure.

  3. Wide Open Allowed Hosts: DD_ALLOWED_HOSTS is set to *, which significantly increases the attack surface by allowing connections from any source.

  4. Potential Information Disclosure: Configurable admin user details could lead to predictable authentication credentials.

  5. Lack of Security Constraints: No explicit network restrictions or security configurations are defined in the compose file, potentially leaving services unnecessarily exposed.

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

View PR in the DryRun Dashboard.

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@renovate renovate bot changed the title Update postgres Docker tag from 17.2 to v17.3 (docker-compose.yml) chore(deps): update postgres docker tag from 17.2 to v17.3 (docker-compose.yml) Feb 14, 2025
@renovate renovate bot force-pushed the renovate/postgres-17.x branch from d4dcf9b to 64112d9 Compare February 14, 2025 06:12
@mtesauro mtesauro merged commit 43d30f8 into dev Feb 14, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants