Skip to content

Comments

Update dependency request to ~2.68.0 [SECURITY]#5

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/npm-request-vulnerability
Open

Update dependency request to ~2.68.0 [SECURITY]#5
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/npm-request-vulnerability

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] 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
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from c3f9a4e to 530dfa7 Compare December 30, 2025 11:46
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Dec 30, 2025
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 530dfa7 to 6b4dad7 Compare January 2, 2026 07:38
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 2, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 6b4dad7 to f610be1 Compare January 10, 2026 07:28
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 10, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from f610be1 to ae3f883 Compare January 11, 2026 04:03
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 11, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from ae3f883 to fe929f1 Compare January 20, 2026 04:14
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 20, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from fe929f1 to 1b294f9 Compare January 21, 2026 11:56
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 21, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 1b294f9 to db6ac90 Compare February 3, 2026 11:49
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Feb 3, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from db6ac90 to 45e201c Compare February 5, 2026 00:02
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Feb 5, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 45e201c to 0054ed7 Compare February 13, 2026 11:57
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Feb 13, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 0054ed7 to 2eff3a5 Compare February 14, 2026 06:57
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Feb 14, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from 2eff3a5 to e76cbdb Compare February 17, 2026 07:02
@renovate renovate bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Feb 17, 2026
@renovate renovate bot force-pushed the renovate/npm-request-vulnerability branch from e76cbdb to f3f69ca Compare February 20, 2026 12:09
@renovate renovate bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Feb 20, 2026
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.

0 participants