Skip to content

[Snyk] Security upgrade php from 8.0-fpm to 8.5.1RC1-fpm#11

Open
wanda-carlson wants to merge 1 commit intomainfrom
snyk-fix-7ec6a7535c2ba202aab844a5481d1fef
Open

[Snyk] Security upgrade php from 8.0-fpm to 8.5.1RC1-fpm#11
wanda-carlson wants to merge 1 commit intomainfrom
snyk-fix-7ec6a7535c2ba202aab844a5481d1fef

Conversation

@wanda-carlson
Copy link

@wanda-carlson wanda-carlson commented Dec 7, 2025

snyk-top-banner

Snyk has created this PR to fix 3 vulnerabilities in the dockerfile dependencies of this project.

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Snyk changed the following file(s):

  • Dockerfile

We recommend upgrading to php:8.5.1RC1-fpm, as this image has only 75 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity CVE-2023-44487
SNYK-DEBIAN11-NGHTTP2-5953384
  829  
high severity Allocation of Resources Without Limits or Throttling
SNYK-DEBIAN11-SYSTEMD-6277510
  721  
high severity Allocation of Resources Without Limits or Throttling
SNYK-DEBIAN11-SYSTEMD-6277510
  721  
critical severity CVE-2024-37371
SNYK-DEBIAN11-KRB5-7411316
  714  
critical severity CVE-2024-37371
SNYK-DEBIAN11-KRB5-7411316
  714  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling


Note

Upgrade Docker base image from php:8.0-fpm to php:8.5.1RC1-fpm.

Written by Cursor Bugbot for commit 0e65ad9. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on January 1

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@@ -1,3 +1,3 @@
FROM php:8.0-fpm
FROM php:8.5.1RC1-fpm
Copy link

Choose a reason for hiding this comment

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

Bug: Upgrade uses pre-release PHP Release Candidate version

The base image php:8.5.1RC1-fpm is a Release Candidate (pre-release) version, not a stable release. RC versions are intended for testing and may contain undiscovered bugs or behaviors that change before the final stable release. Using an RC version in production environments introduces stability risks and is generally not recommended. This Snyk-generated upgrade inadvertently selects a pre-production PHP version that could cause unexpected issues.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants