Skip to content

fix: remediate high & critical Dependabot and Wiz vulnerabilities#19

Open
pkaeding wants to merge 1 commit into
mainfrom
devin/1781295692-remediate-vulnerabilities
Open

fix: remediate high & critical Dependabot and Wiz vulnerabilities#19
pkaeding wants to merge 1 commit into
mainfrom
devin/1781295692-remediate-vulnerabilities

Conversation

@pkaeding

Copy link
Copy Markdown
Contributor

Summary

Adds guzzlehttp/psr7: >=2.10.2 as an explicit direct dependency to enforce a minimum safe version, remediating two open Dependabot/Wiz alerts:

  • CRLF Injection via URI Host Component (guzzlehttp/psr7 < 2.10.2)
  • Host Confusion via Authority Reinterpretation (guzzlehttp/psr7 < 2.10.2)

guzzlehttp/psr7 is a transitive dependency of guzzlehttp/guzzle. Since Composer has no override mechanism, adding it as a direct requirement with a version floor is the standard approach to prevent resolution of vulnerable versions.

Verified via composer install that dependencies resolve to guzzlehttp/psr7@2.11.0 and the app runs correctly.

Link to Devin session: https://app.devin.ai/sessions/e07439e1d3664b9dbfebd4ba7954a13c
Requested by: @pkaeding

…t confusion vulnerabilities

Co-Authored-By: Patrick Kaeding <patrick@kaeding.name>
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot added the devin-pr PRs created by Devin label Jun 12, 2026
@pkaeding pkaeding requested a review from a team June 12, 2026 20:25
@pkaeding pkaeding marked this pull request as ready for review June 12, 2026 20:25
@pkaeding pkaeding requested a review from a team as a code owner June 12, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr PRs created by Devin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant