Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update mccutchen/go-httpbin Docker tag from 2.17.1 to v2.18.0 (docker-compose.override.unit_tests_cicd.yml) #12064

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

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2025

This PR contains the following updates:

Package Update Change
mccutchen/go-httpbin minor 2.17.1 -> 2.18.0

Release Notes

mccutchen/go-httpbin (mccutchen/go-httpbin)

v2.18.0

Compare Source

🔐 Security fix 🔐

This release fixes a reflected XSS vulnerability (GHSA-528q-4pgm-wvg2) in the following endpoints:

  • /base64/{payload} and /base64/decode/{payload}
  • /response-headers

When a request to any of those endpoints included a content-type query parameter set to a dangerous value (e.g. ?content-type=text/html).

[!WARNING]
Potential Breaking Change

The affected endpoints now HTML-escape their response bodies only if the incoming request explicitly overrides the known-safe content types. The default behavior is unchanged.

If a go-httpbin deployment depends on the previous, vulnerable behavior and reflected XSS is either not a concern or there are other mitigations in place, the previous behavior may be re-enabled via the -unsafe-allow-dangerous-responses/UNSAFE_ALLOW_DANGEROUS_RESPONSES=1 configuration options.

[!IMPORTANT]
The publicly available go-httpbin instance at https://httpbingo.org has been updated and is no longer vulnerable. All users are encouraged to upgrade to v2.18.0.

🙌 Thanks 🙌

Many thanks to @​AyushXtha for responsibly reporting the vulnerability (GHSA-528q-4pgm-wvg2) according to go-httpbin's security policy and collaborating on the fix!

What's Changed

Full Changelog: mccutchen/go-httpbin@v2.17.1...v2.18.0


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 Mar 20, 2025
Copy link

DryRun Security Summary

Docker image upgrade for webhook.endpoint service from version 2.17.1 to 2.18.0 with identified security risks in the development environment configuration, including weak credentials, exposed services, and insecure mounting practices.

Expand for full summary
  1. PR Summary: Docker image upgrade for webhook.endpoint service from version 2.17.1 to 2.18.0 across multiple configuration files for development, unit testing, and CI/CD environments.

  2. Security Findings:

  • Potential security risks in development environment:
    • Default environment variables with weak credentials:
      • DD_ADMIN_USER set to "admin"
      • DD_ADMIN_PASSWORD set to "admin"
      • DD_DEBUG set to 'True'
  • Development configuration exposes sensitive services on host ports
  • SMTP configuration uses an unencrypted local mailhog service
  • Multiple services mount entire project directory (.:/app:z)

Note: While no critical vulnerabilities were directly identified in the image upgrade, the development configuration contains several security considerations that would be inappropriate for production deployment.

View PR in the DryRun Dashboard.

@Maffooch Maffooch requested a review from a team March 20, 2025 22:35
@renovate renovate bot changed the title Update mccutchen/go-httpbin Docker tag from 2.17.1 to v2.18.0 (docker-compose.override.unit_tests_cicd.yml) chore(deps): update mccutchen/go-httpbin docker tag from 2.17.1 to v2.18.0 (docker-compose.override.unit_tests_cicd.yml) Mar 21, 2025
@renovate renovate bot changed the title chore(deps): update mccutchen/go-httpbin docker tag from 2.17.1 to v2.18.0 (docker-compose.override.unit_tests_cicd.yml) Update mccutchen/go-httpbin Docker tag from 2.17.1 to v2.18.0 (docker-compose.override.unit_tests_cicd.yml) Mar 22, 2025
@mtesauro mtesauro merged commit 0ca0ea2 into dev Mar 22, 2025
77 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.

3 participants