fix(security): bump slim/slim to 4.15.2 (CVE-2026-48157)#192
Conversation
…ted XSS) Slim <=4.15.1 has a reflected XSS in HtmlErrorRenderer (CVE-2026-48157), which composer audit now flags — failing the Static quality checks gate on every PR and release. Patch bump within ^4.13; no app code changes. Verified: platform_check stays >= 80200 (php 8.2 pin), autoloader has 0 phpstan refs, composer audit reports no advisories, app boots.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (7)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
composer auditnow flags CVE-2026-48157 (reflected XSS in Slim'sHtmlErrorRenderer, affecting>=4.4.0,<=4.15.1), which fails the Static quality checks gate on every PR and release. Patch bump within the existing^4.13constraint — no application code changes.Verified:
slim/slim 4.15.2,platform_check.phpstays>= 80200(php 8.2 pin intact), autoloader has 0 PHPStan refs,composer auditreports no advisories, app boots.