From 152e525fd7af43112da003b002ed54deb677fab1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:23:42 +0000 Subject: [PATCH] fix: add guzzlehttp/psr7 >=2.10.2 to remediate CRLF injection and host confusion vulnerabilities Co-Authored-By: Patrick Kaeding --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index f54a9b8..617529f 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "require": { "launchdarkly/server-sdk": ">=6.0", "guzzlehttp/guzzle": "7.*", + "guzzlehttp/psr7": ">=2.10.2", "kevinrob/guzzle-cache-middleware": "^7.0" } }