Skip to content

deps: setprototypeof@1.2.0 - #4011

Merged
dougwilson merged 1 commit into
expressjs:masterfrom
wesleytodd:update-setprototypeof
Dec 16, 2021
Merged

deps: setprototypeof@1.2.0#4011
dougwilson merged 1 commit into
expressjs:masterfrom
wesleytodd:update-setprototypeof

Conversation

@wesleytodd

Copy link
Copy Markdown
Member

Update setprototypeof. No impact here, but includes a fix for a possible prototype pollution in the fallback. Can be ported to 5.x as well.

@wesleytodd

Copy link
Copy Markdown
MemberAuthor

To be very clear, this is not a security update. There are no uses of this module in express which allow for a prototype pollution. The update changes obj.hasOwnProperty(prop), which if used on untrusted user input can result in a prototype polution. Express does not use this module on untrusted user input.

@dougwilsondougwilson mentioned this pull request Feb 5, 2020
@dougwilsondougwilson added this to the 4.18 milestone Apr 23, 2020
@dougwilson
dougwilson changed the base branch from master to 4.18May 11, 2020 05:09
@dougwilsondougwilson mentioned this pull request May 20, 2020
20 tasks
@3imed-jaberi3imed-jaberi mentioned this pull request Jul 4, 2020
2 tasks
@dougwilson
dougwilson changed the base branch from 4.18 to masterDecember 16, 2021 03:37
@dougwilson
dougwilson merged commit cbe25d6 into expressjs:masterDec 16, 2021
nevilm-lt pushed a commit to nevilm-lt/express that referenced this pull request Mar 1, 2022
nevilm-lt pushed a commit to nevilm-lt/express that referenced this pull request Apr 22, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@wesleytodd@dougwilson