Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
request ~2.9 -> ~2.68.0 age confidence

GitHub Vulnerability Alerts

CVE-2017-16026

Affected versions of request will disclose local system memory to remote systems in certain circumstances. When a multipart request is made, and the type of body is number, then a buffer of that size will be allocated and sent to the remote server as the body.

Proof of Concept

var request = require('request');
var http = require('http');

var serveFunction = function (req, res){
	req.on('data', function (data) {
            console.log(data)
        });
	res.end();
};
var server = http.createServer(serveFunction);
server.listen(8000);

request({
	method: "POST",
	uri: 'http://localhost:8000',
	multipart: [{body:500}]
},function(err,res,body){});

Recommendation

Update to version 2.68.0 or later


Release Notes

request/request (request)

v2.68.0

Compare Source

v2.67.0

Compare Source

v2.66.0

Compare Source

v2.65.0

Compare Source

v2.64.0

Compare Source

v2.63.0

Compare Source

v2.62.0

Compare Source

v2.61.0

Compare Source

v2.60.0

Compare Source

v2.59.0

Compare Source

v2.58.0

Compare Source

v2.57.0

Compare Source

  • #​1615 Replace '.client' with '.socket' as the former was deprecated in 2.2.0. (@​ChALkeR)

v2.56.0

Compare Source

v2.55.0

Compare Source

v2.54.0

Compare Source

v2.53.0

Compare Source

v2.52.0

Compare Source

v2.51.0

Compare Source

v2.50.0

Compare Source

v2.49.0

Compare Source

v2.48.0

Compare Source

v2.47.0

Compare Source

v2.46.0

Compare Source

v2.45.0

Compare Source

v2.44.0

Compare Source

v2.43.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from bcdc9e6 to 726b0ac Compare January 11, 2025 11:48
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 11, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 726b0ac to 29d5ff6 Compare January 15, 2025 19:39
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 15, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 29d5ff6 to 9ed5b93 Compare January 17, 2025 11:45
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 17, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 9ed5b93 to df15e4b Compare January 25, 2025 11:49
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 25, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from df15e4b to fbe960c Compare January 26, 2025 06:13
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 26, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from fbe960c to f7c833d Compare January 31, 2025 19:07
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 31, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from f7c833d to f683b44 Compare February 1, 2025 19:46
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Feb 1, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from f683b44 to ae666db Compare February 9, 2025 11:31
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Feb 9, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from ae666db to 0371c42 Compare February 12, 2025 07:53
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Feb 12, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 0371c42 to 7698e25 Compare March 5, 2025 03:43
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Mar 5, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 7698e25 to 2df8f83 Compare March 8, 2025 03:31
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Mar 8, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 2df8f83 to 24ab63e Compare March 13, 2025 08:04
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Mar 13, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 24ab63e to 1965bd7 Compare March 15, 2025 11:17
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Mar 15, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 1965bd7 to 315a02a Compare March 19, 2025 23:58
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Mar 19, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 315a02a to 4fe2451 Compare March 21, 2025 23:48
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Mar 21, 2025
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jul 13, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 0ecdbef to b173aa3 Compare August 11, 2025 03:26
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Aug 11, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from b173aa3 to e98c2e1 Compare August 16, 2025 11:48
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Aug 16, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from e98c2e1 to aa89791 Compare August 21, 2025 04:15
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Aug 21, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from aa89791 to a5af762 Compare August 24, 2025 04:11
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Aug 24, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from a5af762 to f9d032b Compare September 1, 2025 02:18
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Sep 1, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from f9d032b to bcbb410 Compare September 2, 2025 03:52
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Sep 2, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from bcbb410 to d29c026 Compare September 26, 2025 20:01
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Sep 26, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from d29c026 to 9831bbf Compare September 27, 2025 04:06
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Sep 27, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 9831bbf to e750ede Compare October 23, 2025 16:03
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Oct 23, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from e750ede to 8210167 Compare October 26, 2025 04:02
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Oct 26, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 8210167 to 24ecaf5 Compare November 16, 2025 11:32
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Nov 16, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 24ecaf5 to c4d0da8 Compare November 20, 2025 08:13
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Nov 20, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from c4d0da8 to 6be1a49 Compare December 5, 2025 07:43
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Dec 5, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 6be1a49 to c3f9a4e Compare December 6, 2025 11:04
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant