node/lib
Antoine du Hamel 1c3ba4c5fa
repl: improve robustness wrt to prototype pollution
PR-URL: https://github.com/nodejs/node/pull/45604
Reviewed-By: James M Snell <jasnell@gmail.com>
2022-12-14 15:48:50 +01:00
..
assert
dns dns: make promise API fully constructed from lib/internal/dns/promises 2022-06-20 19:58:45 +01:00
fs
inspector inspector: refactor inspector/promises to be more robust 2022-10-19 18:39:31 +00:00
internal repl: improve robustness wrt to prototype pollution 2022-12-14 15:48:50 +01:00
path
readline readline: remove question method from InterfaceConstructor 2022-09-14 19:10:53 +00:00
stream
timers timers: use kEmptyObject 2022-06-11 12:18:15 +02:00
util
_http_agent.js http: use Keep-Alive by default in global agents 2022-06-29 12:48:52 +02:00
_http_client.js http: add debug log for ERR_UNESCAPED_CHARACTERS 2022-11-14 17:19:37 +00:00
_http_common.js http: fix http server connection list when close 2022-07-24 15:06:24 +01:00
_http_incoming.js Revert "http: headers(Distinct), trailers(Distinct) setters to be no-op" 2022-11-21 22:36:29 +00:00
_http_outgoing.js http: make OutgoingMessage more streamlike 2022-12-02 10:40:44 +01:00
_http_server.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tools: report unsafe string and regex primordials as lint errors 2022-06-16 00:21:57 +02:00
_tls_wrap.js net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options 2022-12-03 17:55:57 +00:00
.eslintrc.yaml perf_hooks: expose webperf global scope interfaces 2022-10-04 00:56:05 +08:00
assert.js assert: add assert.Snapshot 2022-08-11 13:07:52 +00:00
async_hooks.js async_hooks: add hook to stop propagation 2022-11-15 12:27:03 +00:00
buffer.js bootstrap: lazy load non-essential modules 2022-12-09 22:37:35 +00:00
child_process.js child_process: validate arguments for null bytes 2022-10-14 13:02:57 +00:00
cluster.js
console.js
constants.js
crypto.js crypto: do not allow to call setFips from the worker thread 2022-07-08 11:50:24 +01:00
dgram.js dgram: add dgram send queue info 2022-08-17 16:08:58 +00:00
diagnostics_channel.js diagnostics_channel: fix diagnostics channel memory leak 2022-11-29 10:58:43 +00:00
dns.js dns: remove unnecessary parameter from validateOneOf 2022-09-17 11:44:02 +00:00
domain.js domain: fix vm promise tracking while keeping isolation 2022-07-14 12:05:50 +01:00
events.js lib: performance improvement on readline async iterator 2022-10-24 12:49:16 +00:00
fs.js bootstrap: lazy load non-essential modules 2022-12-09 22:37:35 +00:00
http2.js
http.js http: server check Host header, to meet RFC 7230 5.4 requirement 2022-11-28 18:35:31 +01:00
https.js lib: fix JSDoc issues 2022-11-07 07:04:29 +00:00
inspector.js inspector: expose inspector.close on workers 2022-09-13 09:04:24 +00:00
module.js
net.js net: check autoSelectFamilyAttemptTimeout is positive 2022-12-08 09:45:54 +01:00
os.js os: convert uid and gid to 32-bit signed integers 2022-11-05 19:52:50 +01:00
path.js path: the dot will be added(path.format) if it is not specified in ext 2022-10-10 15:12:08 +00:00
perf_hooks.js perf_hooks: add resourcetiming buffer limit 2022-08-21 10:43:39 +08:00
process.js src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
punycode.js
querystring.js
readline.js lib: add missing type of removeEventListener in question 2022-12-01 14:39:39 +00:00
repl.js repl: improve robustness wrt to prototype pollution 2022-12-14 15:48:50 +01:00
stream.js
string_decoder.js
sys.js
test.js test_runner: support function mocking 2022-11-07 18:25:54 -05:00
timers.js
tls.js lib: refactor to avoid unsafe regex primordials 2022-06-27 17:16:06 +02:00
trace_events.js
tty.js tty: fix TypeError when stream is closed 2022-08-24 17:12:30 +00:00
url.js url: runtime-deprecate url.parse() with invalid ports 2022-11-30 13:41:23 -08:00
util.js bootstrap: lazy load non-essential modules 2022-12-09 22:37:35 +00:00
v8.js lib: add options to the heap snapshot APIs 2022-11-08 16:19:54 +01:00
vm.js src,lib: retrieve parsed source map url from v8 2022-10-23 22:37:21 +08:00
wasi.js wasi: use WasmMemoryObject handle for perf (#43544) 2022-06-25 11:02:32 -07:00
worker_threads.js
zlib.js