node/lib
Antoine du Hamel a648e4c44a
util: harden more built-in classes against prototype pollution
PR-URL: https://github.com/nodejs/node/pull/56225
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
2025-01-05 13:05:32 -05:00
..
assert
dns
fs
inspector
internal util: harden more built-in classes against prototype pollution 2025-01-05 13:05:32 -05:00
path
readline
stream
test
timers
util
_http_agent.js
_http_client.js http: add setDefaultHeaders option to http.request 2025-01-05 13:05:28 -05:00
_http_common.js
_http_incoming.js
_http_outgoing.js http: don't emit error after destroy 2025-01-05 12:57:20 -05:00
_http_server.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js
assert.js assert: make Maps be partially compared in partialDeepStrictEqual 2025-01-05 13:05:27 -05:00
async_hooks.js
buffer.js util: harden more built-in classes against prototype pollution 2025-01-05 13:05:32 -05:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: support blocklist in udp 2025-01-05 13:05:31 -05:00
diagnostics_channel.js
dns.js
domain.js
eslint.config_partial.mjs lib: handle Float16Array in node:v8 serdes 2025-01-05 13:05:23 -05:00
events.js
fs.js fs: make mutating `options` in Callback `readdir()` not affect results 2025-01-05 13:05:29 -05:00
http.js
http2.js
https.js
inspector.js
module.js module: add module.stripTypeScriptTypes 2025-01-05 12:59:40 -05:00
net.js net: support blocklist in net.connect 2025-01-05 12:57:36 -05:00
os.js
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js
sea.js
sqlite.js
stream.js
string_decoder.js
sys.js
test.js test_runner: mark snapshot testing as stable 2025-01-05 12:57:22 -05:00
timers.js
tls.js
trace_events.js
tty.js
url.js lib: remove redundant global regexps 2025-01-05 13:05:25 -05:00
util.js util: add sourcemap support to getCallSites 2025-01-05 12:57:37 -05:00
v8.js lib: handle Float16Array in node:v8 serdes 2025-01-05 13:05:23 -05:00
vm.js lib: add validation for options in compileFunction 2025-01-05 12:57:36 -05:00
wasi.js
worker_threads.js
zlib.js