express
https://github.com/expressjs/express
JavaScript
Fast, unopinionated, minimalist web framework for node.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported60 Subscribers
View all SubscribersAdd a CodeTriage badge to express
Help out
- Issues
- fix(res.set): remove implicit mime lookup and charset injection for Content-Type
- req.query will produce object instead of array when it contains more than 20 values in v4.22.X
- fix: add path containment check in View.prototype.lookup()
- View.prototype.lookup() lacks path containment check (unlike send library for res.sendFile)
- chore: ensure safe config in the npmrc
- Update path-to-regexp to 0.1.13 to fix CVE-2026-4867
- Fix fallback for unknown Content-Type values (#7034)
- fix: handle BigInt status codes in res.status() and res.sendStatus()
- Fix query parameter truncation with configurable limit (fixes #5878)
- clarify express-generator is still 4.x
- Docs
- JavaScript not yet supported