🚨 [security] Update express 5.1.0 → 5.2.1 (minor)#431
Open
depfu[bot] wants to merge 1 commit intonextfrom
Open
🚨 [security] Update express 5.1.0 → 5.2.1 (minor)#431depfu[bot] wants to merge 1 commit intonextfrom
depfu[bot] wants to merge 1 commit intonextfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ express (5.1.0 → 5.2.1) · Repo · Changelog
Security Advisories 🚨
🚨 express improperly controls modification of query properties
Release Notes
5.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 55 commits:
5.2.1Revert "sec: security patch for CVE-2024-51999"Release: 5.2.0 (#6920)sec: security patch for CVE-2024-51999build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#6928)build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#6929)build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#6930)deps: body-parser@^2.2.1 (#6922)docs: update emeritus triagers (#6890)Nominate to @efekrskl for triage team (#6888)refactor: use cached slice in app.listen (#6897)docs: switch badges from badgen.net to shields.io (#6900)build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#6868)build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 (#6869)build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#6870)build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#6871)ci: add node.js 25 to test matrix (#6843)build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 (#6793)build(deps): bump actions/setup-node from 4.4.0 to 5.0.0 (#6794)build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#6795)build(deps): bump github/codeql-action from 3.29.7 to 3.30.5 (#6796)build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#6797)chore: remove history.md from being packaged on publish (#6780)build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 (#6675)doc: update express app example (#6718)lib: use req.socket over deprecated req.connection (#6705)chore: update git rules to ignore `yarn.lock` file (#6588)lint: add --fix flag to automatic fix linting issue (#6644)build(deps-dev): bump cookie-session from 2.1.0 to 2.1.1 (#6678)build(deps-dev): bump morgan from 1.10.0 to 1.10.1 (#6679)update contributing and COC links (#6601)doc: fix the Contributing.md link (#6653)ci: run CI when the markdown changes (#6632)feat: add deprecation warnings for redirect arguments undefined (#6405)build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 (#6618)chore: fix typo (#6609)chore: use node protocol for node builtin module (#6520)chore: enforce explicit Buffer import and add lint rule (#6525)build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#6548)build(deps): bump github/codeql-action from 3.28.16 to 3.28.18 (#6549)fix(docs): move documentation and charters to the discussions and .github … (#6427)test: add coverage for app.listen() variants (#6476)ci: allow manual triggering of workflow (#6515)ci: disable credential persistence for checkout actions (#6522)test: fix typos in test descriptions (#6535)chore: wider range for query test skip (#6512)ci: update codeql config (#6488)ci: add node.js 24 to test matrix (#6504)build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 (#6496)build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#6497)build(deps): bump github/codeql-action from 3.28.13 to 3.28.16 (#6498)fix(test): remove duplicate word (#6456)increased code coverage of utils.js file (#6386)Refactor: simplify `acceptsLanguages` implementation using spread operator (#6137)build(deps): bump github/codeql-action from 3.28.11 to 3.28.13 (#6429)Security Advisories 🚨
🚨 body-parser is vulnerable to denial of service when url encoding is used
Release Notes
2.2.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
2.2.1 (#659)sec: security patch for CVE-2025-13466feat: remove `history.md` from being packaged on publish (#660)docs: switch badges from badgen.net to shields.io (#661)ci: also test on first supported node.js version (#646)build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#654)build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#655)build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 (#656)build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#657)test: add test for urlencoded invalid defaultCharset (#643)test(json): add RFC 7159 whitespace edge cases (#653)perf: move read options outside parser middlewares (#648)ci: add node.js 25 to test matrix (#650)docs: add iconv-lite 0.7.0 changes to history entry (#645)deps: debug@^4.4.3 (#642)deps: raw-body@^3.0.1 (#641)Update .github/workflows/scorecard.ymlUpdate .github/workflows/codeql.ymlUpdate .github/workflows/codeql.ymlbuild(deps): bump github/codeql-action from 3.29.7 to 3.30.5build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0build(deps): bump actions/setup-node from 4.4.0 to 5.0.0build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3build(deps): bump actions/checkout from 4.2.2 to 5.0.0refactor: optimize raw and text parsers with shared passthrough function (#634)doc: pull beta changelog forward into 2.0.0deps: bump iconv-lite (#631)refactor: move common request validation to read function (#600)build(deps): bump github/codeql-action from 3.29.2 to 3.29.5build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 (#625)chore: add funding to package.json (#617)build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#624)build(deps): bump github/codeql-action from 3.28.16 to 3.28.18 (#623)ci: add node.js 24 to test matrix (#621)chore(deps): unpin devDependencies (#616)build(deps): bump github/codeql-action from 3.28.15 to 3.28.16 (#619)build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 (#620)ci: update CodeQL config to ignore the test directory (#615)ci: add codeql github workflows scanning (#614)build(deps-dev): bump eslint-plugin-markdown from 3.0.0 to 3.0.1 (#612)build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.31.0 (#613)build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 6.6.0 (#611)build(deps): bump github/codeql-action from 3.28.13 to 3.28.15 (#610)build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#609)deps: type-is@^2.0.1 (#599)ci: use full SHAs for github action versions (#594)ci: add dependabot (#593)ci: use full SHAs for github action versions (#594)Release Notes
3.0.2
3.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
release: 3.0.2 (#123)chore: remove history.md and security.md from being packaged on publish (#122)deps: use tilde notation for dependencies (#120)build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#117)build(deps): bump actions/checkout from 4 to 5 (#119)build(deps): bump actions/setup-node from 4 to 6 (#118)build(deps): bump actions/download-artifact from 4 to 6 (#108)chore: use neostandard (#116)build(deps): bump actions/upload-artifact from 4 to 5 (#110)build(deps): bump actions/checkout from 4 to 5 (#107)build(deps): bump github/codeql-action from 3.30.5 to 4.31.0 (#105)ci: add workflows for CodeQL analysis and Scorecard security checks; update dependabot configuration and Node.js versions (#102)docs: enhance security reporting and disclosure procedures (#101)release: 3.0.1 (#100)chore: fix engines field (#99)deps: bump iconv-lite (#97)ci: add node >21 (#98)🆕 iconv-lite (added, 0.7.0)
🆕 http-errors (added, 2.0.1)
🆕 statuses (added, 2.0.2)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands