Files
node/lib
Antoine du Hamel 2eeb4e1d94 lib: make primordials Promise methods safe
`catch` and `finally` methods on %Promise.prototype% looks up the `then`
property of the instance, making it at risk of prototype pollution.

PR-URL: https://github.com/nodejs/node/pull/38650
Refs: https://tc39.es/ecma262/#sec-promise.prototype.catch
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2021-05-19 09:21:37 -07:00
..
2021-04-23 13:18:38 +02:00
2021-05-09 09:11:38 +02:00
2021-01-22 19:56:34 -08:00
2021-04-16 07:47:46 +02:00
2021-02-11 19:30:28 +05:30
2021-04-19 10:23:01 +02:00
2021-04-26 11:54:15 -07:00
2021-05-12 07:26:22 -07:00
2021-04-30 10:59:28 -07:00
2021-05-15 21:47:55 +02:00
2021-04-24 11:56:42 +02:00
2021-05-01 16:41:37 -07:00