Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork19.4k
Backport a fix for CVE-2024-47764 to the 4.x branch#6029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
UlisesGascon merged 2 commits intoexpressjs:4.xfromjoshbuker:vuln/backport-fix-for-cve-2024-47764Oct 8, 2024
Merged
Backport a fix for CVE-2024-47764 to the 4.x branch#6029
UlisesGascon merged 2 commits intoexpressjs:4.xfromjoshbuker:vuln/backport-fix-for-cve-2024-47764Oct 8, 2024
Uh oh!
There was an error while loading.Please reload this page.
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
Uh oh!
There was an error while loading.Please reload this page.
UlisesGascon approved these changesOct 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM! Thanks@joshbuker
Uh oh!
There was an error while loading.Please reload this page.
a024c8a
intoexpressjs:4.x 47 checks passed
Uh oh!
There was an error while loading.Please reload this page.
This was referencedOct 9, 2024
This was referencedOct 10, 2024
This was referencedOct 11, 2024
Vylpes pushed a commit to Vylpes/card-drop that referenced this pull requestOct 15, 2024
This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---|| [express](http://expressjs.com/) ([source](https://github.com/expressjs/express)) | dependencies | patch | [`4.21.0` -> `4.21.1`](https://renovatebot.com/diffs/npm/express/4.21.0/4.21.1) |---### Release Notes<details><summary>expressjs/express (express)</summary>### [`v4.21.1`](https://github.com/expressjs/express/releases/tag/4.21.1)[Compare Source](expressjs/express@4.21.0...4.21.1)#### What's Changed- Backport a fix forCVE-2024-47764 to the 4.x branch by [@​joshbuker](https://github.com/joshbuker) inexpressjs/express#6029- Release: 4.21.1 by [@​UlisesGascon](https://github.com/UlisesGascon) inexpressjs/express#6031**Full Changelog**:expressjs/express@4.21.0...4.21.1</details>---### Configuration📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this update again.--- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box---This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->Reviewed-on:https://git.vylpes.xyz/External/card-drop/pulls/392Reviewed-by: Vylpes <ethan@vylpes.com>Co-authored-by: Renovate Bot <renovate@vylpes.com>Co-committed-by: Renovate Bot <renovate@vylpes.com>
This was referencedOct 29, 2024
This was referencedNov 13, 2024
otc-zuulbot pushed a commit to opentelekomcloud-infra/backstage that referenced this pull requestNov 19, 2024
chore(deps): Bump the npm_and_yarn group with 9 updatesBumps the npm_and_yarn group with 9 updates:PackageFromTo@backstage/plugin-app-backend0.3.740.3.75cross-spawn7.0.37.0.6dset3.1.33.1.4express4.19.24.21.1http-proxy-middleware2.0.62.0.7path-to-regexp0.1.70.1.10rollup4.21.24.27.3send0.18.00.19.0serve-static1.15.01.16.2Updates @backstage/plugin-app-backend from 0.3.74 to 0.3.75ChangelogSourced from @backstage/plugin-app-backend's changelog.@backstage/plugin-app-backend0.4.0Minor Changes815b702: Configuration is no longer injected into static assets if a index.html.tmpl file is present.Patch Changes815b702: The index.html templating is now done and served from memory rather than written to the filesystem. This means that you can now use config injection with a read-only filesystem, and you no longer need to use the app.disableConfigInjection flag.Updated dependencies@backstage/config@1.3.0@backstage/types@1.2.0@backstage/config-loader@1.9.2@backstage/plugin-auth-node@0.5.4@backstage/backend-plugin-api@1.0.2@backstage/errors@1.2.5@backstage/plugin-app-node@0.1.270.3.77-next.2Patch ChangesUpdated dependencies@backstage/plugin-auth-node@0.5.4-next.2@backstage/backend-plugin-api@1.0.2-next.2@backstage/config@1.2.0@backstage/config-loader@1.9.2-next.0@backstage/errors@1.2.4@backstage/types@1.1.1@backstage/plugin-app-node@0.1.27-next.20.3.77-next.1Patch ChangesUpdated dependencies@backstage/backend-plugin-api@1.0.2-next.1@backstage/config@1.2.0@backstage/config-loader@1.9.2-next.0@backstage/errors@1.2.4@backstage/types@1.1.1@backstage/plugin-app-node@0.1.27-next.1@backstage/plugin-auth-node@0.5.4-next.10.3.77-next.0Patch Changes... (truncated)CommitsSee full diff in compare viewUpdates cross-spawn from 7.0.3 to 7.0.6ChangelogSourced from cross-spawn's changelog.7.0.6 (2024-11-18)Bug Fixesupdate cross-spawn version to 7.0.5 in package-lock.json (f700743)7.0.5 (2024-11-07)Bug Fixesfix escaping bug introduced by backtracking (640d391)7.0.4 (2024-11-07)Bug Fixesdisable regexp backtracking (#160) (5ff3a07)Commits77cd97f chore(release): 7.0.66717de4 chore: upgrade standard-versionf700743 fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2 chore: fix build status badge0852683 chore(release): 7.0.5640d391 fix: fix escaping bug introduced by backtrackingbff0c87 chore: remove codecova7c6abc chore: replace travis with github workflows9b9246e chore(release): 7.0.45ff3a07 fix: disable regexp backtracking (#160)Additional commits viewable in compare viewUpdates dset from 3.1.3 to 3.1.4Commits05b1ec0 3.1.416d6154 fix: prevent proto assignment via implicit stringSee full diff in compare viewUpdates express from 4.19.2 to 4.21.1Release notesSourced from express's releases.4.21.1What's ChangedBackport a fix forCVE-2024-47764 to the 4.x branch by @joshbuker inexpressjs/express#6029Release: 4.21.1 by @UlisesGascon inexpressjs/express#6031Full Changelog: expressjs/express@4.21.0...4.21.14.21.0What's ChangedDeprecate "back" magic string in redirects by @blakeembrey inexpressjs/express#5935finalhandler@1.3.1 by @wesleytodd inexpressjs/express#5954fix(deps): serve-static@1.16.2 by @wesleytodd inexpressjs/express#5951Upgraded dependency qs to 6.13.0 to match qs in body-parser by @agadzinski93 inexpressjs/express#5946New Contributors@agadzinski93 made their first contribution inexpressjs/express#5946Full Changelog: expressjs/express@4.20.0...4.21.04.20.0What's ChangedImportantIMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)Remove link renderization in html while using res.redirectOther Changes4.19.2 Staging by @wesleytodd inexpressjs/express#5561remove duplicate location test for data uri by @wesleytodd inexpressjs/express#5562feat: document beta releases expectations by @marco-ippolito inexpressjs/express#5565Cut down on duplicated CI runs by @jonchurch inexpressjs/express#5564Add a Threat Model by @UlisesGascon inexpressjs/express#5526Assign captain of encodeurl by @blakeembrey inexpressjs/express#5579Nominate jonchurch as repo captain for http-errors, expressjs.com, morgan, cors, body-parser by @jonchurch inexpressjs/express#5587docs: update Security.md by @inigomarquinez inexpressjs/express#5590docs: update triage nomination policy by @UlisesGascon inexpressjs/express#5600Add CodeQL (SAST) by @UlisesGascon inexpressjs/express#5433docs: add UlisesGascon as triage initiative captain by @UlisesGascon inexpressjs/express#5605deps: encodeurl@~2.0.0 by @blakeembrey inexpressjs/express#5569skip QUERY method test by @jonchurch inexpressjs/express#5628ignore ETAG query test on 21 and 22, reuse skip util by @jonchurch inexpressjs/express#5639add support Node.js@22 in the CI by @mertcanaltin inexpressjs/express#5627doc: add table of contents, tc/triager lists to readme by @mertcanaltin inexpressjs/express#5619List and sort all projects, add captains by @blakeembrey inexpressjs/express#5653docs: add @UlisesGascon as captain for cookie-parser by @UlisesGascon inexpressjs/express#5666✨ bring back query tests for node 21 by @ctcpip inexpressjs/express#5690[v4] Deprecate res.clearCookie accepting options.maxAge and options.expires by @jonchurch inexpressjs/express#5672skip QUERY tests for Node 21 only, still not supported by @jonchurch inexpressjs/express#5695... (truncated)ChangelogSourced from express's changelog.4.21.1 / 2024-10-08Backported a fix forCVE-2024-477644.21.0 / 2024-09-11Deprecate res.location("back") and res.redirect("back") magic stringdeps: serve-static@1.16.2includes send@0.19.0deps: finalhandler@1.3.1deps: qs@6.13.04.20.0 / 2024-09-10deps: serve-static@0.16.0Remove link renderization in html while redirectingdeps: send@0.19.0Remove link renderization in html while redirectingdeps: body-parser@0.6.0add depth option to customize the depth level in the parserIMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)Remove link renderization in html while using res.redirectdeps: path-to-regexp@0.1.10Adds support for named matching groups in the routes using a regexAdds backtracking protection to parameters without regexes defineddeps: encodeurl@~2.0.0Removes encoding of \, |, and ^ to align better with URL specDeprecate passing options.maxAge and options.expires to res.clearCookieWill be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookieCommits8e229f9 4.21.1a024c8a fix(deps): cookie@0.7.17e562c6 4.21.01bcde96 fix(deps): qs@6.13.0 (#5946)7d36477 fix(deps): serve-static@1.16.2 (#5951)40d2d8f fix(deps): finalhandler@1.3.177ada90 Deprecate "back" magic string in redirects (#5935)21df421 4.20.04c9ddc1 feat: upgrade to serve-static@0.16.09ebe5d5 feat: upgrade to send@0.19.0 (#5928)Additional commits viewable in compare viewUpdates http-proxy-middleware from 2.0.6 to 2.0.7Release notesSourced from http-proxy-middleware's releases.v2.0.7Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7v2.0.7-beta.1Full Changelog: chimurai/http-proxy-middleware@v2.0.7-beta.0...v2.0.7-beta.1v2.0.7-beta.0Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7-beta.0ChangelogSourced from http-proxy-middleware's changelog.v2.0.7ci(github actions): add publish.ymlfix(filter): handle errorsCommits1e92339 ci(github-actions): fix npm tag90afb7c chore(package): v2.0.70b4274e fix(filter): handle errors1bd6dd5 ci(github actions): add publish.ymlSee full diff in compare viewUpdates path-to-regexp from 0.1.7 to 0.1.10Release notesSourced from path-to-regexp's releases.Backtrack protectionFixedAdd backtrack protection to parameters 29b96b4This will break some edge cases but should improve performancepillarjs/path-to-regexp@v0.1.9...v0.1.10Support non-lookahead regex outputAddedAllow a non-lookahead regex (#312) c4272e4component/path-to-regexp@v0.1.8...v0.1.9Support named matching groups in RegExpAddedAdd support for named matching groups (#301) 114f62dpillarjs/path-to-regexp@v0.1.7...v0.1.8Commitsc827fce 0.1.1029b96b4 Add backtrack protection to parametersac4c234 Update repo url (#314)bdb6635 0.1.9c4272e4 Allow a non-lookahead regex (#312)51a1955 0.1.8114f62d Add support for named matching groups (#301)See full diff in compare viewUpdates rollup from 4.21.2 to 4.27.3Release notesSourced from rollup's releases.v4.27.34.27.32024-11-18Bug FixesRevert object property tree-shaking for now (#5736)Pull Requests#5736: Revert object tree-shaking until some issues have been resolved (@lukastaegert)v4.27.24.27.22024-11-15Bug FixesEnsure unused variables in patterns are always deconflicted if rendered (#5728)Pull Requests#5728: Fix more variable deconflicting issues (@lukastaegert)v4.27.14.27.12024-11-15Bug FixesFix some situations where parameter declarations could put Rollup into an infinite loop (#5727)Pull Requests#5727: Debug out-of-memory issues with Rollup v4.27.0 (@lukastaegert)v4.27.04.27.02024-11-15FeaturesTree-shake unused properties in object literals (#5420)Bug Fixes... (truncated)ChangelogSourced from rollup's changelog.4.27.32024-11-18Bug FixesRevert object property tree-shaking for now (#5736)Pull Requests#5736: Revert object tree-shaking until some issues have been resolved (@lukastaegert)4.27.22024-11-15Bug FixesEnsure unused variables in patterns are always deconflicted if rendered (#5728)Pull Requests#5728: Fix more variable deconflicting issues (@lukastaegert)4.27.12024-11-15Bug FixesFix some situations where parameter declarations could put Rollup into an infinite loop (#5727)Pull Requests#5727: Debug out-of-memory issues with Rollup v4.27.0 (@lukastaegert)4.27.02024-11-15FeaturesTree-shake unused properties in object literals (#5420)Bug FixesChange hash length limit to 21 to avoid inconsistent hash length (#5423)Pull Requests... (truncated)Commits7c0b1f8 4.27.310bc150 Revert object tree-shaking (#5420) until some issues have been resolved (#5736)a503a4d 4.27.26c68455 Fix more variable deconflicting issues (#5728)aaf38b7 4.27.1faeb905 Debug out-of-memory issues with Rollup v4.27.0 (#5727)c035068 4.27.0b58e48b fix(deps): update swc monorepo (major) (#5724)50697b8 Reduce max hash size to 21 (#5723)a9acb57 feat: implement object tree-shaking (#5420)Additional commits viewable in compare viewUpdates send from 0.18.0 to 0.19.0Release notesSourced from send's releases.0.19.0What's ChangedRemove link renderization in html while redirecting (pillarjs/send#235)New Contributors@UlisesGascon made their first contribution inpillarjs/send#235Full Changelog: pillarjs/send@0.18.0...0.19.0ChangelogSourced from send's changelog.0.19.0 / 2024-09-10Remove link renderization in html while redirectingCommits9d2db99 0.19.0ae4f298 Merge commit from forkSee full diff in compare viewMaintainer changesThis version was pushed to npm by ulisesgascon, a new releaser for send since your current version.Updates serve-static from 1.15.0 to 1.16.2Release notesSourced from serve-static's releases.1.16.0What's ChangedRemove link renderization in html while redirecting (expressjs/serve-static#173)New Contributors@UlisesGascon made their first contribution inexpressjs/serve-static#173Full Changelog: expressjs/serve-static@v1.15.0...1.16.0ChangelogSourced from serve-static's changelog.1.16.2 / 2024-09-11deps: encodeurl@~2.0.01.16.1 / 2024-09-11deps: send@0.19.01.16.0 / 2024-09-10Remove link renderization in html while redirectingCommitsec9c5ec 1.16.2f454d37 fix(deps): encodeurl@~2.0.077a8255 1.16.14263f49 fix(deps): send@0.19.048c7397 1.16.00c11fad Merge commit from forkSee full diff in compare viewMaintainer changesThis version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.Dependabot commands and optionsYou can trigger Dependabot actions by commenting on this PR:@dependabot rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.Reviewed-by: Vladimir Vshivkov
1 task
Sign up for freeto 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.
For details, see:#6017 (comment)