chore(deps): update dependency connect to v2 [security] - #59
Open
sc-renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency connect to v2 [security]#59sc-renovate[bot] wants to merge 1 commit into
sc-renovate[bot] wants to merge 1 commit into
Conversation
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
from
March 31, 2026 03:33
06a4779 to
b9eec80
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
from
April 1, 2026 09:41
b9eec80 to
0a94169
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
8 times, most recently
from
April 9, 2026 00:10
5b40076 to
713f8ce
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
6 times, most recently
from
April 15, 2026 19:21
bb087a9 to
328cde2
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
7 times, most recently
from
April 23, 2026 01:49
a3b1b61 to
416b5f2
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
4 times, most recently
from
May 18, 2026 12:04
75c0916 to
7af2391
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
4 times, most recently
from
May 28, 2026 00:05
f26bd30 to
a6bc2d4
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
4 times, most recently
from
June 6, 2026 00:04
38e7768 to
83c70ff
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
4 times, most recently
from
June 13, 2026 12:41
b2bde3f to
fb0d4a1
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
4 times, most recently
from
June 24, 2026 14:07
5944ad4 to
e74d986
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
4 times, most recently
from
July 5, 2026 12:49
1f7c7da to
b9c804e
Compare
sc-renovate
Bot
force-pushed
the
renovate/npm-connect-vulnerability
branch
4 times, most recently
from
July 14, 2026 20:34
cbca0c1 to
11e5c13
Compare
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.
This PR contains the following updates:
=1.8.6→=2.14.0GitHub Vulnerability Alerts
CVE-2013-7370
Connect is a stack of middleware that is executed in order in each request.
The "methodOverride" middleware allows the http post to override the method of the request with the value of the "_method" post key or with the header "x-http-method-override".
Because the user post input was not checked, req.method could contain any kind of value. Because the req.method did not match any common method VERB, connect answered with a 404 page containing the "Cannot
[method][url]" content. The method was not properly encoded for output in the browser.###Example:
Recommendation
Update to the newest version of Connect or disable methodOverride. It is not possible to avoid the vulnerability if you have enabled this middleware in the top of your stack.
Severity
Low
CVE-2018-3717
connect node module before 2.14.0 suffers from a Cross-Site Scripting (XSS) vulnerability due to a lack of validation of file in directory.js middleware.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:NCVE-2013-7371
node-connect before 2.8.2 has cross site scripting in Sencha Labs Connect middleware (vulnerability due to incomplete fix for CVE-2013-7370)
Overview
Connect is a stack of middleware that is executed in order in each request.
The "methodOverride" middleware allows the http post to override the method of the request with the value of the "_method" post key or with the header "x-http-method-override".
Because the user post input was not checked, req.method could contain any kind of value. Because the req.method did not match any common method VERB, connect answered with a 404 page containing the "Cannot
[method][url]" content. The method was not properly encoded for output in the browser.Example:
Recommendation
Update to the newest version of Connect or disable methodOverride. It is not possible to avoid the vulnerability if you have enabled this middleware in the top of your stack.
Credit:
Sergio Arcos
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:NRelease Notes
senchalabs/connect (connect)
v2.14.0Compare Source
===================
v2.13.1Compare Source
===================
v2.13.0Compare Source
===================
v2.12.0Compare Source
===================
v2.11.2Compare Source
===================
v2.11.1Compare Source
===================
res.setHeader()instead ofres.writeHead()#949 @lo1tumav2.11.0Compare Source
===================
v2.10.1Compare Source
===================
v2.10.0Compare Source
===================
res.flush()for flushing responses\ns with<br/>s in error handlerv2.9.2Compare Source
==================
v2.9.1Compare Source
==================
v2.9.0Compare Source
==================
v2.8.8Compare Source
==================
v2.8.7==================
v2.8.6==================
v2.8.5Compare Source
==================
v2.8.4Compare Source
==================
v2.8.3Compare Source
==================
v2.8.2Compare Source
==================
v2.8.1Compare Source
==================
v2.8.0Compare Source
==================
thresholdoption tocompress()to prevent compression of small responsesv2.7.11Compare Source
==================
v2.7.10Compare Source
==================
v2.7.9Compare Source
==================
v2.7.8Compare Source
==================
v2.7.7Compare Source
==================
v2.7.6Compare Source
==================
v2.7.5Compare Source
==================
v2.7.4Compare Source
==================
v2.7.3Compare Source
==================
next(status[, msg])"; makes composition hardv2.7.2Compare Source
==================
next(status[, msg])backtimeout()408 to 503v2.7.1Compare Source
==================
v2.7.0Compare Source
==================
req.ipwhen present:-delimited stringv2.6.2==================
debug()for disconnected session storev2.6.1==================
connect.timeout()errors tonext()v2.6.0==================
deferoption tomultipart()[Blake Miner]logger(), now utf8. Closes #293v2.5.0==================
err.status = 400to multipart() errorscompress(). Closes #659v2.4.6==================
v2.4.5Compare Source
==================
:urllog tokenv2.4.4Compare Source
==================
static()pause regression from "send" integrationv2.4.3Compare Source
==================
.write()encoding for zlib inconstancy. Closes #561v2.4.2Compare Source
==================
urlencoded()json()multipart()cookieSession()clear cookie path / domain bug. Closes #636v2.4.1Compare Source
==================
optionsmutation instatic()v2.4.0Compare Source
==================
connect.timeout()directory(). Closes #634v2.3.9Compare Source
==================
v2.3.8Compare Source
==================
connect.static()404 regression, passnext(). Closes #629v2.3.7Compare Source
==================
json()utf-8 illustration test. Closes #621connect.static()internals to use "send"session()req.session generation with pathname mismatchcookieSession()req.session generation with pathname mismatchv2.3.6Compare Source
==================
v2.3.5Compare Source
==================
logger()mount checkstaticCache()dont cache responses with set-cookie. Closes #607staticCache()when Cookie is presentv2.3.4Compare Source
==================
err.bufto urlencoded() and json()v2.3.3Compare Source
==================
static()[timkuijsten]utils.parseRange()withrange-parsermoduleutils.parseBytes()withbytesmoduleutils.modified()withfreshmodulecookieSession()regression with invalid cookie signing [shtylman]v2.3.2Compare Source
==================
v2.3.1Compare Source
==================
secretoption tocookieSessionmiddleware [shtylman]secretoption tosessionmiddleware [shtylman]req.remoteUserback tobasicAuth()as alias ofreq.usercookiedependency [shtylman]v2.3.0Compare Source
==================
json()urlencoded()multipart()staticmiddlewarev2.2.2Compare Source
==================
enginesto allow newer version of nodev2.2.1Compare Source
==================
static()redirect when mounted. Closes #554v2.2.0Compare Source
==================
make benchmarkconnect(fn, fn2, ...). Closes #549v2.1.3Compare Source
==================
reviverfunction to be passed to JSON.parse [jed]v2.1.2Compare Source
==================
req.cookiesregressionv2.1.1Compare Source
==================
session()browser-session length cookies & examplesquery()"self-aware" [jed]v2.1.0Compare Source
==================
debug()calls to.use()(DEBUG=connect:displatcher)urlencoded()support for GETjson()support for GET. Closes #497strictoption tojson()session()only set-cookie when modifiedSession#lastAccessproperty. Closes #399v2.0.3Compare Source
==================
cookieSession()only sets cookie on change. Closes #442connect:dispatcherdebug() probesv2.0.2Compare Source
==================
v2.0.1Compare Source
==================
vhost()middlewarecookieParser()signed cookie support to use SHA-2 [senotrusov]static()Range: respond with 416 when unsatisfiablevhost()middleware. Closes #494v2.0.0Compare Source
==================
cookieSession()middleware for cookie-only sessionscompress()middleware for gzip / deflate supportsession()"proxy" setting to trustX-Forwarded-Protojson()middleware to parse "application/json"urlencoded()middleware to parse "application/x-www-form-urlencoded"multipart()middleware to parse "multipart/form-data"cookieParser(secret)support so anything using this middleware may access signed cookiescookieParser()cookieParser()err.statussupport in Connect's default end-pointstaticCache()res.headerSentchecking nodesres._headerSentuntil node doesbasicAuth()req.remoteUser to req.usersession()to a browser-session cookie. Closes #475bodyParser()to usejson(),urlencoded(), andmultipart()errorHandler()is now a development-only middlewarenext()errors when possible so applications can unify logging / handlinghttp[s].Serverinheritance, now just a function, making it easy to have an app providing both http and https.createServer()(useconnect())secretoption fromsession(), usecookieParser(secret)connect.session.ignorearray supportrouter()middleware. Closes #262v1.9.2Compare Source
v1.9.1Compare Source
v1.9.0Compare Source
v1.8.7Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.