Bumped multer 2.0.2 -> 2.1.1 in ghost/core#27574
Conversation
Clears 3 high-severity advisories (CVE-2026-3304, CVE-2026-2359 fixed in 2.1.0; CVE-2026-3520 fixed in 2.1.1). Minor version bump within the 2.x major; no API changes. pnpm audit: 123 -> 120 advisories (-3 high). Verification: - Upload middleware unit tests (test/unit/server/web/api/middleware/upload.test.js): 14/14 passing - ghost/core full unit suite: 6200/6200 passing
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe pull request updates the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #27574 +/- ##
=======================================
Coverage 73.14% 73.14%
=======================================
Files 1557 1557
Lines 126189 126189
Branches 15309 15310 +1
=======================================
+ Hits 92301 92303 +2
+ Misses 32909 32908 -1
+ Partials 979 978 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Bumps
multeringhost/corefrom2.0.2to2.1.1to clear three high-severity advisories. Minor version within the 2.x major — no API changes;multer(),upload.single(),upload.fields(), andmulter.MulterErrorbehave identically.Advisories cleared
pnpm audittotal: 123 → 120 (−3 high).Test plan
test/unit/server/web/api/middleware/upload.test.js) — 14 / 14 passingghost/corefull unit suite — 6200 / 6200 passing