Skip to content

Node v24.19.0 nsolid v6.3.6 release - #514

Merged
santigimeno merged 243 commits into
node-v24.x-nsolid-v6.xfrom
node-v24.19.0-nsolid-v6.3.6-release
Aug 12, 2026
Merged

Node v24.19.0 nsolid v6.3.6 release#514
santigimeno merged 243 commits into
node-v24.x-nsolid-v6.xfrom
node-v24.19.0-nsolid-v6.3.6-release

Conversation

@santigimeno

Copy link
Copy Markdown
Member

No description provided.

panva and others added 30 commits July 30, 2026 13:51
Replace the O(n) case-insensitive algorithm-name scan
with an O(1) SafeMap lookup. The map is pre-built at
module init alongside kSupportedAlgorithms.

Hoist the opts object literal used in normalizeAlgorithm
to module level to avoid allocating identical
{ prefix, context } objects on every call.

Pre-compute ObjectKeys() for simpleAlgorithmDictionaries
entries at module init to avoid allocating a new keys
array on every normalizeAlgorithm call.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#62756
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Replace object spread in nested WebIDL conversion
options with stable-shape ordinary objects. This keeps
hot dictionary and sequence conversion paths from
allocating null-prototype spread results.

Apply the same pattern to Web Crypto converter wrappers
that override allowResizable or enable [EnforceRange].

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#62756
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: Matteo Collina <matteo.collina@gmail.com>
PR-URL: nodejs/node#62562
Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: Nad Alaba <37968805+nadalaba@users.noreply.github.com>
PR-URL: nodejs/node#63117
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Signed-off-by: avivkeller <me@aviv.sh>
PR-URL: nodejs/node#63493
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Rename WebCrypto operation parameters and local variables to match the
spec terminology.

Use operation, algorithm, and key names consistently between the docs
and implementation.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63518
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Drive the regression test from the WebCrypto algorithm registry so all
supported algorithms and operations must add explicit coverage
regardless of whether they are native-job backed or js-based.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63520
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: nodejs/node#62761
Signed-off-by: StefanStojanovic <stefan.stojanovic@janeasystems.com>
PR-URL: nodejs/node#63413
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Signed-off-by: Mohamed Sayed <k@3zrv.com>
PR-URL: nodejs/node#63529
Fixes: nodejs/node#63514
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63556
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63556
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63556
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63556
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Signed-off-by: Mert Can Altin <mertgold60@gmail.com>
PR-URL: nodejs/node#63385
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Fix build warnings by casting the number literals to the size_t
constants they are compared against.

Signed-off-by: Maya Lekova <maya@igalia.com>
PR-URL: nodejs/node#63490
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
PR-URL: nodejs/node#63668
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs/node#63669
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Signed-off-by: Mohamed Sayed <k@3zrv.com>
PR-URL: nodejs/node#63601
Fixes: nodejs/node#63513
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: nodejs/node#63293
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This function call can fail with `Z_VERSION_ERROR` if the compiled
library vs loaded library mismatched in version number or in
stream structure size.
In those cases, zlib doesn't initialize the `strm_.msg` field to
null. Therefore, when a `CompressionError` object is created via
`ErrorForMessage()`, it can read a stale or uninitialized `strm_.msg`
pointer that will cause a crash.

Example ASAN report:
```
AddressSanitizer: SEGV on unknown address
    #0 __strlen_avx2
        string/../sysdeps/x86_64/multiarch/strlen-avx2.S:76
    #1 strlen (/work/node/out/Debug/node+0x1a42ab7)
    #2 v8::(anonymous namespace)::StringLength(char const*)
        /work/node/out/../deps/v8/src/api/api.cc:7581:16
    #3 v8::(anonymous namespace)::StringLength(unsigned char const*)
        /work/node/out/../deps/v8/src/api/api.cc:7587:10
    #4 v8::String::NewFromOneByte(v8::Isolate*,
        unsigned char const*, v8::NewStringType, int)
        /work/node/out/../deps/v8/src/api/api.cc:7677:3
    #5 node::OneByteString(v8::Isolate*,
        char const*, int, v8::NewStringType)
        /work/node/out/../src/util-inl.h:166:10
    #6 node::(anonymous namespace)::CompressionStream<
        node::(anonymous namespace)::ZlibContext>
        ::EmitError(node::(anonymous namespace)
        ::CompressionError const&)
        /work/node/out/../src/node_zlib.cc:565:7
    #7 node::(anonymous namespace)::CompressionStream<
        node::(anonymous namespace)::ZlibContext>
        ::CheckError()
        /work/node/out/../src/node_zlib.cc:519:5
    #8 node::(anonymous namespace)::CompressionStream<
        node::(anonymous namespace)::ZlibContext>
        ::AfterThreadPoolWork(int)
        /work/node/out/../src/node_zlib.cc:543:10
    #9 node::ThreadPoolWork::ScheduleWork()
        ::'lambda'(uv_work_s*, int)
        ::operator()(uv_work_s*, int) const
        /work/node/out/../src/threadpoolwork-inl.h:57:15
    #10 node::ThreadPoolWork::ScheduleWork()
        ::'lambda'(uv_work_s*, int)
        ::__invoke(uv_work_s*, int)
        /work/node/out/../src/threadpoolwork-inl.h:48:7
    #11 uv__work_done /work/libuv-1.51.0/src/threadpool.c:330:5
    #12 uv__async_io.part.0
        /work/libuv-1.51.0/src/unix/async.c:208:5
```

Signed-off-by: ndossche <nora.dossche@ugent.be>
PR-URL: nodejs/node#63476
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Signed-off-by: arbinger <alphaleadershipyt@protonmail.com>
PR-URL: nodejs/node#63050
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
PR-URL: nodejs/node#63670
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs/node#63545
Refs: nodejs/node#55794
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Tobias Nießen <tniessen@tnie.de>
PR-URL: nodejs/node#63644
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Update the setRawMode documentation to specify that raw mode disables
special processing of input characters only. Output processing, such as
newline translation on Unix terminals, is not affected.

Fixes: nodejs/node#63059
Signed-off-by: zeeshan56656 <zeeshan130710@gmail.com>
PR-URL: nodejs/node#63438
Reviewed-By: Anna Henningsen <anna@addaleax.net>
A recursively watched directory can be removed after a parent watcher
observes it but before the non-native recursive watcher scans it.

Ignore ENOENT from the directory scan so this deletion race does not
emit an unhandled watcher error.

Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: openai:gpt-5.5
PR-URL: nodejs/node#63686
Refs: https://github.com/nodejs/reliability/blob/main/reports/2026-06-01.md#jstest-failure
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Use common.nodeProcessAborted() for the intentional abort path so
platform-specific abort signals such as SIGILL are accepted.

Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: openai:gpt-5.5
PR-URL: nodejs/node#63687
Refs: https://github.com/nodejs/reliability/blob/main/reports/2026-06-01.md#jstest-failure
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Signed-off-by: Herrtian <70463940+Herrtian@users.noreply.github.com>
PR-URL: nodejs/node#63542
Fixes: nodejs/node#62774
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Signed-off-by: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: nodejs/node#63700
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#63707
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
panva and others added 20 commits July 30, 2026 13:51
Move KeyObject.prototype.toCryptoKey() onto the base KeyObject
class and dispatch from the cached native key type. Both secret and
asymmetric conversions now pass a KeyObjectHandle through the Web
Crypto import paths.

Expose KeyObjectHandle.prototype.getKeyType() so asymmetric importers
can validate public/private usages without wrapping the handle back
into a KeyObject. Secret importers likewise consume KeyObjectHandle
directly.

Use the shared asymmetric conversion helper to derive public
CryptoKeys for SubtleCrypto.getPublicKey(), avoiding the temporary
PrivateKeyObject/createPublicKey round trip while keeping usage
validation in the import path.

Update getPublicKey and KeyObject.toCryptoKey tests to be driven from
the Web Crypto supported-algorithm registry so new algorithms require
either coverage or an explicit skip.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63622
Backport-PR-URL: nodejs/node#64629
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#63900
Backport-PR-URL: nodejs/node#64629
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Introduce prepareSubtleMethod() and convertSubtleArgument() for the
common SubtleCrypto call prelude. Methods now reuse the same receiver
check, required-argument check, error prefix construction, argument
context selection, and WebIDL conversion path.

Introduce WebCrypto key usage helpers for common usage validation and
key pair usage splitting. Algorithm modules now define their allowed
public, private, and key generation usages once, then call the shared
helpers from generateKey() and importKey() paths.

This removes repeated function-invocation setup in webcrypto.js and
repeated key usage checks across the WebCrypto algorithm modules while
preserving the existing validation behavior.

Mark normalized-algorithm fallback branches as unreachable assertions.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63975
Backport-PR-URL: nodejs/node#64629
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Add shared bit-length helpers for WebCrypto operations that accept bit
sequences whose length is not byte-aligned.

Use the helpers for cSHAKE output, ECDH-derived bits, HMAC/KMAC key
generation/import/derivation, and KMAC sign/verify output. Preserve the
requested bit length in CryptoKey algorithm metadata while storing and
exporting rounded-up byte material with unused low bits cleared.

Keep byte-multiple validation for algorithms whose specs require it.

Extend the lower-end of KMAC's key length support.

Enable cSHAKE customization and functionName parameters.

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#63988
Backport-PR-URL: nodejs/node#64629
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Return false for Ed25519 and Ed448 one-shot verification when the public
key or signature R component is a known low-order point. This keeps key
import behavior unchanged while making WebCrypto verification match WPT
expectations across OpenSSL variants.

Remove the stale WPT expected-failure entry and add focused regression
coverage for both curves.

Closes: nodejs/node#54572

Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#64026
Backport-PR-URL: nodejs/node#64629
Fixes: nodejs/node#54572
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: nodejs/node#64033
Backport-PR-URL: nodejs/node#64629
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Original commit message:

    optimize ascii fast path in WriteUtf8V2

    Change-Id: If28168cb4395b953d0ec642ef4fc618ce963dbcd
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7124103
    Reviewed-by: Toon Verwaest <verwaest@chromium.org>
    Commit-Queue: Erik Corry <erikcorry@chromium.org>
    Reviewed-by: Erik Corry <erikcorry@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#103542}

Refs: v8/v8@64b36b4
PR-URL: nodejs/node#61712
Backport-PR-URL: nodejs/node#64630
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Add a samplePerIteration option to monitorEventLoopDelay that records
event loop delay from libuv event loop iterations instead of the timer
interval sampler. The default remains interval-based; existing uses of
monitorEventLoopDelay() keep behaving the same unless the
samplePerIteration option is passed through.

Signed-off-by: Pablo Erhard <pablo.erhardhernandez@datadoghq.com>
PR-URL: nodejs/node#62935
Backport-PR-URL: nodejs/node#64480
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: nodejs/node#63626
Backport-PR-URL: nodejs/node#64632
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
With the introduction of always static target `node_base`,
`node_aix_shared` is now redundant.

Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: nodejs/node#63747
Backport-PR-URL: nodejs/node#64632
Refs: nodejs/node#63626
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Original commit message:

    [api] Add V8::GetWasmMemoryReservationSizeInBytes()

    When the system does not have enough virtual memory for the wasm
    cage, installing the trap handler would cause any code allocating
    wasm memory to throw. Therefore it's useful for the embedder to
    know when the system doesn't have enough virtual address space
    to allocate enough wasm cages and in that case, skip the
    trap handler installation so that wasm code can at least work
    (even not at the maximal performance).

    Node.js previously has a command line option
    --disable-wasm-trap-handler to fully disable trap-based bound checks,
    this new API would allow it to adapt automatically while keeping the
    optimization in the happy path, since it's not always possible for
    end users to opt-into disabling trap-based bound checks (for example,
    when a VS Code Server is loaded in a remote server for debugging).

    Refs: nodejs/node#62132
    Refs: microsoft/vscode#251777
    Change-Id: I345c076af2b2b47700e5716b49c3133fdf8a0981
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7638233
    Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
    Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Joyee Cheung <joyee@igalia.com>
    Reviewed-by: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#105702}

Refs: v8/v8@bef0d9c
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs/node#62132
Backport-PR-URL: nodejs/node#64338
Refs: microsoft/vscode#251777
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/7638233
Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
PR-URL: nodejs/node#62132
Backport-PR-URL: nodejs/node#64338
Refs: microsoft/vscode#251777
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/7638233
Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
PR-URL: nodejs/node#60798
Backport-PR-URL: nodejs/node#63659
Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#60798
Backport-PR-URL: nodejs/node#63659
Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs/node#61610
Backport-PR-URL: nodejs/node#63659
Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Notable changes:

buffer:
  * (SEMVER-MINOR) implement `blob.textStream()` (Matthew Aitken) nodejs/node#64036
deps:
  * (SEMVER-MINOR) update OpenSSL build config to support compression (Tim Perry) nodejs/node#62217
doc:
  * (SEMVER-MINOR) update `blockList` stability status to release candidate (alphaleadership) nodejs/node#63050
  * mark `stream.compose` stable (Matteo Collina) nodejs/node#62562
esm:
  * (SEMVER-MINOR) add `--experimental-import-text` flag (Efe) nodejs/node#62300
fs:
  * (SEMVER-MINOR) support caller-supplied `readFile()` buffers (Matteo Collina) nodejs/node#63634
http:
  * (SEMVER-MINOR) add `httpValidation` option to configure header value validation (RajeshKumar11) nodejs/node#61597
net:
  * (SEMVER-MINOR) support `TCP_KEEPINTVL` and `TCP_KEEPCNT` in `setKeepAlive` (Guy Bedford) nodejs/node#63825
perf_hooks:
  * (SEMVER-MINOR) sample delay per event loop iteration (Pablo Erhard) nodejs/node#62935
src:
  * (SEMVER-MINOR) allow empty `--experimental-config-file` (Marco Ippolito) nodejs/node#61610
stream:
  * (SEMVER-MINOR) expose `ReadableStreamTee` (Matteo Collina) nodejs/node#64195
tls:
  * (SEMVER-MINOR) report negotiated TLS groups (Filip Skokan) nodejs/node#64119
  * (SEMVER-MINOR) add `certificateCompression` option (Tim Perry) nodejs/node#62217

PR-URL: nodejs/node#64654
2026-08-03 Node.js v24.19.0 Krypton (LTS) Release
Git-EVTag-v0-SHA512: 9377f5861be8015b883f36e9141e3b7a2ad343b4bde8467b45a164c16a91df13c5ae09a3c590a038297d10e595b9e88a7af509904b5ed1d51c4a123770601378
Signed-off-by: Santiago Gimeno <santiago.gimeno@gmail.com>
Signed-off-by: Santiago Gimeno <santiago.gimeno@gmail.com>
Signed-off-by: Santiago Gimeno <santiago.gimeno@gmail.com>
@santigimeno santigimeno self-assigned this Aug 10, 2026
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 972 files, which is 822 over the limit of 150.

To get a review, reduce the PR to 150 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to Pro+ to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5dedde78-0471-423a-abd5-6dcbc2ba45a8

📥 Commits

Reviewing files that changed from the base of the PR and between fd94344 and 59120af.

⛔ Files ignored due to path filters (38)
  • deps/acorn/acorn/dist/acorn.d.mts is excluded by !**/dist/**
  • deps/acorn/acorn/dist/acorn.d.ts is excluded by !**/dist/**
  • deps/acorn/acorn/dist/acorn.js is excluded by !**/dist/**
  • deps/acorn/acorn/dist/acorn.mjs is excluded by !**/dist/**
  • deps/amaro/dist/index.js is excluded by !**/dist/**
  • deps/amaro/dist/package.json is excluded by !**/dist/**
  • deps/npm/node_modules/ip-address/dist/common.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/ipv4.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/ipv6.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/v4/constants.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/dist/v6/constants.js is excluded by !**/dist/**, !**/node_modules/**
  • deps/npm/node_modules/ip-address/package.json is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/lib/core/request.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/lib/dispatcher/client-h1.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/lib/handler/retry-handler.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/lib/web/cookies/util.js is excluded by !**/node_modules/**
  • deps/npm/node_modules/undici/package.json is excluded by !**/node_modules/**
  • deps/zlib/doc/crc-doc.1.0.pdf is excluded by !**/*.pdf
  • deps/zlib/google/test/data/bug500521311.zip is excluded by !**/*.zip
  • deps/zlib/zlib.map is excluded by !**/*.map
  • test/fixtures/run-script/node_modules/.bin/positional-args is excluded by !**/node_modules/**
  • test/fixtures/run-script/node_modules/.bin/positional-args.bat is excluded by !**/node_modules/**
  • test/fixtures/source-map/get-call-sites-mapped.map is excluded by !**/*.map
  • test/fixtures/test-runner/source-maps/type-only-import/dist/a.mjs is excluded by !**/dist/**
  • test/fixtures/test-runner/source-maps/type-only-import/dist/a.mjs.map is excluded by !**/dist/**, !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/extra-lines-in-range-mappings.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/invalid-mapping-for-range.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/invalid-vlq-zero.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/multiple-mappings.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/newline-semantics.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/non-full-line-coverage.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/out-of-range-2.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/out-of-range-3.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/out-of-range.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/simple.js.map is excluded by !**/*.map
  • test/fixtures/test426/resources/proposals/range-mappings/vlq-continuation-bit.js.map is excluded by !**/*.map
  • tools/eslint/package-lock.json is excluded by !**/package-lock.json
  • tools/lint-md/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (972)
  • .github/PULL_REQUEST_TEMPLATE.md
  • .github/workflows/build-tarball.yml
  • .github/workflows/close-stalled.yml
  • .github/workflows/codeql.yml
  • .github/workflows/comment-labeled.yml
  • .github/workflows/commit-lint.yml
  • .github/workflows/commit-queue.yml
  • .github/workflows/coverage-linux-without-intl.yml
  • .github/workflows/coverage-linux.yml
  • .github/workflows/coverage-windows.yml
  • .github/workflows/create-release-proposal.yml
  • .github/workflows/daily-wpt-fyi.yml
  • .github/workflows/daily.yml
  • .github/workflows/doc.yml
  • .github/workflows/find-inactive-collaborators.yml
  • .github/workflows/find-inactive-tsc.yml
  • .github/workflows/label-flaky-test-issue.yml
  • .github/workflows/license-builder.yml
  • .github/workflows/lint-release-proposal.yml
  • .github/workflows/linters.yml
  • .github/workflows/notify-on-push.yml
  • .github/workflows/notify-on-review-wanted.yml
  • .github/workflows/scorecard.yml
  • .github/workflows/stale.yml
  • .github/workflows/stress-test.yml
  • .github/workflows/test-internet.yml
  • .github/workflows/test-linux.yml
  • .github/workflows/test-macos.yml
  • .github/workflows/timezone-update.yml
  • .github/workflows/tools.yml
  • .github/workflows/update-openssl.yml
  • .github/workflows/update-v8.yml
  • .github/workflows/update-wpt.yml
  • CHANGELOG.md
  • benchmark/abort_controller/abort-controller-creation.js
  • benchmark/buffers/buffer-tostring-utf8-latin1.js
  • benchmark/child_process/child-process-exec-maxbuffer.js
  • benchmark/child_process/child-process-ipc-roundtrip.js
  • benchmark/child_process/child-process-spawn-options.js
  • benchmark/crypto/argon2.js
  • benchmark/crypto/create-hmac.js
  • benchmark/crypto/hmac-throughput.js
  • benchmark/crypto/webcrypto-hmac.js
  • benchmark/dgram/send-to-ip.js
  • benchmark/webstreams/creation.js
  • common.gypi
  • configure.py
  • deps/acorn/acorn/CHANGELOG.md
  • deps/acorn/acorn/README.md
  • deps/acorn/acorn/package.json
  • deps/amaro/package.json
  • deps/cares/src/lib/ares_sysconfig_win.c
  • deps/googletest/include/gtest/gtest-assertion-result.h
  • deps/googletest/include/gtest/gtest-matchers.h
  • deps/googletest/include/gtest/gtest-message.h
  • deps/googletest/include/gtest/gtest-printers.h
  • deps/googletest/include/gtest/gtest.h
  • deps/googletest/include/gtest/internal/gtest-death-test-internal.h
  • deps/googletest/include/gtest/internal/gtest-internal.h
  • deps/googletest/src/gtest-printers.cc
  • deps/histogram/histogram.gyp
  • deps/inspector_protocol/inspector_protocol.gyp
  • deps/ncrypto/ncrypto.cc
  • deps/ncrypto/ncrypto.h
  • deps/ngtcp2/ngtcp2.gyp
  • deps/npm/package.json
  • deps/openssl/config/Makefile
  • deps/openssl/config/archs/BSD-x86/asm/configdata.pm
  • deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
  • deps/openssl/config/archs/BSD-x86/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/BSD-x86/asm/openssl-cl.gypi
  • deps/openssl/config/archs/BSD-x86/asm/openssl-fips.gypi
  • deps/openssl/config/archs/BSD-x86/asm/openssl.gypi
  • deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
  • deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/BSD-x86/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/BSD-x86/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/BSD-x86/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
  • deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/BSD-x86/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/BSD-x86/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/BSD-x86/no-asm/openssl.gypi
  • deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
  • deps/openssl/config/archs/BSD-x86_64/asm/crypto/buildinf.h
  • deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/BSD-x86_64/asm/openssl-cl.gypi
  • deps/openssl/config/archs/BSD-x86_64/asm/openssl-fips.gypi
  • deps/openssl/config/archs/BSD-x86_64/asm/openssl.gypi
  • deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm
  • deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/BSD-x86_64/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/BSD-x86_64/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/BSD-x86_64/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/BSD-x86_64/no-asm/configdata.pm
  • deps/openssl/config/archs/BSD-x86_64/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/BSD-x86_64/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/BSD-x86_64/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/BSD-x86_64/no-asm/openssl.gypi
  • deps/openssl/config/archs/VC-WIN32/asm/configdata.pm
  • deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h
  • deps/openssl/config/archs/VC-WIN32/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/VC-WIN32/asm/openssl-cl.gypi
  • deps/openssl/config/archs/VC-WIN32/asm/openssl-fips.gypi
  • deps/openssl/config/archs/VC-WIN32/asm/openssl.gypi
  • deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
  • deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/VC-WIN32/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/VC-WIN32/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/VC-WIN32/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/VC-WIN32/no-asm/configdata.pm
  • deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/VC-WIN32/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/VC-WIN32/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/VC-WIN32/no-asm/openssl.gypi
  • deps/openssl/config/archs/VC-WIN64-ARM/no-asm/configdata.pm
  • deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/VC-WIN64-ARM/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/VC-WIN64-ARM/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/VC-WIN64-ARM/no-asm/openssl.gypi
  • deps/openssl/config/archs/VC-WIN64A/asm/configdata.pm
  • deps/openssl/config/archs/VC-WIN64A/asm/crypto/buildinf.h
  • deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/VC-WIN64A/asm/openssl-cl.gypi
  • deps/openssl/config/archs/VC-WIN64A/asm/openssl-fips.gypi
  • deps/openssl/config/archs/VC-WIN64A/asm/openssl.gypi
  • deps/openssl/config/archs/VC-WIN64A/asm_avx2/configdata.pm
  • deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/VC-WIN64A/no-asm/configdata.pm
  • deps/openssl/config/archs/VC-WIN64A/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/VC-WIN64A/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/VC-WIN64A/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/VC-WIN64A/no-asm/openssl.gypi
  • deps/openssl/config/archs/aix64-gcc-as/asm/configdata.pm
  • deps/openssl/config/archs/aix64-gcc-as/asm/crypto/buildinf.h
  • deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/aix64-gcc-as/asm/openssl-cl.gypi
  • deps/openssl/config/archs/aix64-gcc-as/asm/openssl-fips.gypi
  • deps/openssl/config/archs/aix64-gcc-as/asm/openssl.gypi
  • deps/openssl/config/archs/aix64-gcc-as/asm_avx2/configdata.pm
  • deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/aix64-gcc-as/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/aix64-gcc-as/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/aix64-gcc-as/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/aix64-gcc-as/no-asm/configdata.pm
  • deps/openssl/config/archs/aix64-gcc-as/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/aix64-gcc-as/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/aix64-gcc-as/no-asm/openssl.gypi
  • deps/openssl/config/archs/darwin-i386-cc/asm/configdata.pm
  • deps/openssl/config/archs/darwin-i386-cc/asm/crypto/buildinf.h
  • deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin-i386-cc/asm/openssl-cl.gypi
  • deps/openssl/config/archs/darwin-i386-cc/asm/openssl-fips.gypi
  • deps/openssl/config/archs/darwin-i386-cc/asm/openssl.gypi
  • deps/openssl/config/archs/darwin-i386-cc/asm_avx2/configdata.pm
  • deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm
  • deps/openssl/config/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin-i386-cc/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/darwin-i386-cc/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/darwin-i386-cc/no-asm/openssl.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/asm/configdata.pm
  • deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
  • deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin64-arm64-cc/asm/openssl-cl.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/asm/openssl-fips.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/asm/openssl.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/configdata.pm
  • deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/no-asm/configdata.pm
  • deps/openssl/config/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin64-arm64-cc/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/darwin64-arm64-cc/no-asm/openssl.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm/configdata.pm
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm/openssl-cl.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm/openssl-fips.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm/openssl.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/configdata.pm
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/configdata.pm
  • deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux-aarch64/asm/configdata.pm
  • deps/openssl/config/archs/linux-aarch64/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-aarch64/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-aarch64/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-aarch64/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-aarch64/asm/openssl.gypi
  • deps/openssl/config/archs/linux-aarch64/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-aarch64/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux-aarch64/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux-aarch64/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux-aarch64/no-asm/configdata.pm
  • deps/openssl/config/archs/linux-aarch64/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-aarch64/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-aarch64/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-aarch64/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux-armv4/asm/configdata.pm
  • deps/openssl/config/archs/linux-armv4/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-armv4/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-armv4/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-armv4/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-armv4/asm/openssl.gypi
  • deps/openssl/config/archs/linux-armv4/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-armv4/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux-armv4/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux-armv4/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux-armv4/no-asm/configdata.pm
  • deps/openssl/config/archs/linux-armv4/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-armv4/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-armv4/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-armv4/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux-elf/asm/configdata.pm
  • deps/openssl/config/archs/linux-elf/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-elf/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-elf/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-elf/asm/openssl.gypi
  • deps/openssl/config/archs/linux-elf/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux-elf/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-elf/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux-elf/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux-elf/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux-elf/no-asm/configdata.pm
  • deps/openssl/config/archs/linux-elf/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-elf/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-elf/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux-ppc64le/asm/configdata.pm
  • deps/openssl/config/archs/linux-ppc64le/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-ppc64le/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-ppc64le/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-ppc64le/asm/openssl.gypi
  • deps/openssl/config/archs/linux-ppc64le/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-ppc64le/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux-ppc64le/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux-ppc64le/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux-ppc64le/no-asm/configdata.pm
  • deps/openssl/config/archs/linux-ppc64le/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-ppc64le/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-ppc64le/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-ppc64le/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux-x86_64/asm/configdata.pm
  • deps/openssl/config/archs/linux-x86_64/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-x86_64/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-x86_64/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-x86_64/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-x86_64/asm/openssl.gypi
  • deps/openssl/config/archs/linux-x86_64/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-x86_64/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux-x86_64/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux-x86_64/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux-x86_64/no-asm/configdata.pm
  • deps/openssl/config/archs/linux-x86_64/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux-x86_64/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux-x86_64/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux-x86_64/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux32-s390x/asm/configdata.pm
  • deps/openssl/config/archs/linux32-s390x/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux32-s390x/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux32-s390x/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux32-s390x/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux32-s390x/asm/openssl.gypi
  • deps/openssl/config/archs/linux32-s390x/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux32-s390x/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux32-s390x/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux32-s390x/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux32-s390x/no-asm/configdata.pm
  • deps/openssl/config/archs/linux32-s390x/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux32-s390x/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux32-s390x/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux32-s390x/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux64-loongarch64/no-asm/configdata.pm
  • deps/openssl/config/archs/linux64-loongarch64/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-loongarch64/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-loongarch64/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-loongarch64/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux64-mips64/asm/configdata.pm
  • deps/openssl/config/archs/linux64-mips64/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-mips64/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-mips64/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-mips64/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-mips64/asm/openssl.gypi
  • deps/openssl/config/archs/linux64-mips64/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-mips64/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-mips64/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-mips64/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux64-mips64/no-asm/configdata.pm
  • deps/openssl/config/archs/linux64-mips64/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-mips64/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-mips64/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-mips64/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux64-riscv64/no-asm/configdata.pm
  • deps/openssl/config/archs/linux64-riscv64/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-riscv64/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-riscv64/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-riscv64/no-asm/openssl.gypi
  • deps/openssl/config/archs/linux64-s390x/asm/configdata.pm
  • deps/openssl/config/archs/linux64-s390x/asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-s390x/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-s390x/asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-s390x/asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-s390x/asm/openssl.gypi
  • deps/openssl/config/archs/linux64-s390x/asm_avx2/configdata.pm
  • deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-s390x/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-s390x/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-s390x/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/linux64-s390x/no-asm/configdata.pm
  • deps/openssl/config/archs/linux64-s390x/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/linux64-s390x/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/linux64-s390x/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/linux64-s390x/no-asm/openssl.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/asm/configdata.pm
  • deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/buildinf.h
  • deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/solaris-x86-gcc/asm/openssl-cl.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/asm/openssl-fips.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/asm/openssl.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/configdata.pm
  • deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/no-asm/configdata.pm
  • deps/openssl/config/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/solaris-x86-gcc/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/solaris-x86-gcc/no-asm/openssl.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm/configdata.pm
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm/openssl-cl.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm/openssl-fips.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm/openssl.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/configdata.pm
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/openssl-cl.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/openssl-fips.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/openssl.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/configdata.pm
  • deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
  • deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h
  • deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/openssl-cl.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/openssl-fips.gypi
  • deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/openssl.gypi
  • deps/openssl/config/generate_gypi.pl
  • deps/openssl/config/openssl.gypi.tmpl
  • deps/openssl/openssl.gyp
  • deps/openssl/openssl.gypi
  • deps/sqlite/sqlite3.c
  • deps/sqlite/sqlite3.h
  • deps/uv/uv.gyp
  • deps/v8/include/v8-initialization.h
  • deps/v8/src/api/api.cc
  • deps/v8/src/objects/backing-store.cc
  • deps/v8/src/objects/backing-store.h
  • deps/v8/src/strings/unicode-inl.h
  • deps/v8/src/strings/unicode.h
  • deps/v8/test/unittests/api/api-wasm-unittest.cc
  • deps/zlib/CMakeLists.txt
  • deps/zlib/LICENSE
  • deps/zlib/README
  • deps/zlib/README.chromium
  • deps/zlib/chromeconf.h
  • deps/zlib/compress.c
  • deps/zlib/contrib/minizip/Makefile
  • deps/zlib/contrib/minizip/README.chromium
  • deps/zlib/contrib/minizip/crypt.h
  • deps/zlib/contrib/minizip/ioapi.c
  • deps/zlib/contrib/minizip/ioapi.h
  • deps/zlib/contrib/minizip/iowin32.c
  • deps/zlib/contrib/minizip/iowin32.h
  • deps/zlib/contrib/minizip/miniunz.c
  • deps/zlib/contrib/minizip/minizip.c
  • deps/zlib/contrib/minizip/mztools.c
  • deps/zlib/contrib/minizip/skipset.h
  • deps/zlib/contrib/minizip/unzip.c
  • deps/zlib/contrib/minizip/unzip.h
  • deps/zlib/contrib/minizip/zip.c
  • deps/zlib/contrib/minizip/zip.h
  • deps/zlib/contrib/optimizations/inffast_chunk.c
  • deps/zlib/contrib/optimizations/inflate.c
  • deps/zlib/contrib/tests/fuzzers/inflate_fuzzer.cc
  • deps/zlib/contrib/tests/utils_unittest.cc
  • deps/zlib/crc32.c
  • deps/zlib/deflate.c
  • deps/zlib/deflate.h
  • deps/zlib/doc/algorithm.txt
  • deps/zlib/doc/rfc1950.txt
  • deps/zlib/doc/rfc1951.txt
  • deps/zlib/doc/rfc1952.txt
  • deps/zlib/doc/txtvsbin.txt
  • deps/zlib/examples/zpipe.c
  • deps/zlib/google/test_data.filelist
  • deps/zlib/google/zip_reader.cc
  • deps/zlib/google/zip_reader.h
  • deps/zlib/google/zip_reader_unittest.cc
  • deps/zlib/google/zip_unittest.cc
  • deps/zlib/google/zip_writer.cc
  • deps/zlib/gzguts.h
  • deps/zlib/gzlib.c
  • deps/zlib/gzread.c
  • deps/zlib/gzwrite.c
  • deps/zlib/infback.c
  • deps/zlib/inffast.c
  • deps/zlib/inffixed.h
  • deps/zlib/inflate.c
  • deps/zlib/inflate.h
  • deps/zlib/inftrees.c
  • deps/zlib/inftrees.h
  • deps/zlib/patches/0000-build.patch
  • deps/zlib/patches/0004-fix-uwp.patch
  • deps/zlib/patches/0008-minizip-zip-unzip-tools.patch
  • deps/zlib/patches/0010-cmake-enable-simd.patch
  • deps/zlib/patches/0010-cmake.patch
  • deps/zlib/patches/0011-avx512.patch
  • deps/zlib/patches/0016-minizip-parse-unicode-path-extra-field.patch
  • deps/zlib/patches/0018-support-prefixed-zip64.patch
  • deps/zlib/patches/0019-fix-zip64-in-zip.patch
  • deps/zlib/test/minigzip.c
  • deps/zlib/trees.c
  • deps/zlib/uncompr.c
  • deps/zlib/win32/zlib1.rc
  • deps/zlib/zconf.h
  • deps/zlib/zconf.h.cmakein
  • deps/zlib/zconf.h.in
  • deps/zlib/zlib.3
  • deps/zlib/zlib.h
  • deps/zlib/zlib.pc.cmakein
  • deps/zlib/zlibConfig.cmake.in
  • deps/zlib/zutil.c
  • deps/zlib/zutil.h
  • doc/api/assert.md
  • doc/api/buffer.md
  • doc/api/child_process.md
  • doc/api/cli.md
  • doc/api/cluster.md
  • doc/api/crypto.md
  • doc/api/debugger.md
  • doc/api/dgram.md
  • doc/api/dns.md
  • doc/api/errors.md
  • doc/api/esm.md
  • doc/api/fs.md
  • doc/api/http.md
  • doc/api/http2.md
  • doc/api/inspector.md
  • doc/api/module.md
  • doc/api/modules.md
  • doc/api/net.md
  • doc/api/packages.md
  • doc/api/perf_hooks.md
  • doc/api/process.md
  • doc/api/sqlite.md
  • doc/api/stream.md
  • doc/api/test.md
  • doc/api/tls.md
  • doc/api/tracing.md
  • doc/api/tty.md
  • doc/api/util.md
  • doc/api/v8.md
  • doc/api/vm.md
  • doc/api/wasi.md
  • doc/api/webcrypto.md
  • doc/api/webstreams.md
  • doc/api/worker_threads.md
  • doc/api/zlib.md
  • doc/changelogs/CHANGELOG_V24.md
  • doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V24.md
  • doc/contributing/adding-v8-fast-api.md
  • doc/contributing/collaborator-guide.md
  • doc/contributing/first-contributions.md
  • doc/contributing/releases.md
  • doc/contributing/security-release-process.md
  • doc/contributing/strategic-initiatives.md
  • doc/contributing/writing-and-running-benchmarks.md
  • doc/contributing/writing-tests.md
  • doc/eslint.config_partial.mjs
  • doc/node-config-schema.json
  • doc/node.1
  • lib/_http_client.js
  • lib/_http_common.js
  • lib/_http_outgoing.js
  • lib/_http_server.js
  • lib/buffer.js
  • lib/child_process.js
  • lib/dgram.js
  • lib/dns.js
  • lib/eslint.config_partial.mjs
  • lib/events.js
  • lib/fs.js
  • lib/internal/blob.js
  • lib/internal/blocklist.js
  • lib/internal/child_process.js
  • lib/internal/child_process/serialization.js
  • lib/internal/crypto/aes.js
  • lib/internal/crypto/cfrg.js
  • lib/internal/crypto/chacha20_poly1305.js
  • lib/internal/crypto/cipher.js
  • lib/internal/crypto/diffiehellman.js
  • lib/internal/crypto/ec.js
  • lib/internal/crypto/hash.js
  • lib/internal/crypto/hkdf.js
  • lib/internal/crypto/keygen.js
  • lib/internal/crypto/keys.js
  • lib/internal/crypto/mac.js
  • lib/internal/crypto/ml_dsa.js
  • lib/internal/crypto/ml_kem.js
  • lib/internal/crypto/random.js
  • lib/internal/crypto/rsa.js
  • lib/internal/crypto/util.js
  • lib/internal/crypto/webcrypto.js
  • lib/internal/crypto/webcrypto_util.js
  • lib/internal/crypto/webidl.js
  • lib/internal/debugger/inspect.js
  • lib/internal/debugger/inspect_helpers.js
  • lib/internal/debugger/inspect_probe.js
  • lib/internal/debugger/inspect_repl.js
  • lib/internal/dgram.js
  • lib/internal/dns/promises.js
  • lib/internal/dns/utils.js
  • lib/internal/errors.js
  • lib/internal/event_target.js
  • lib/internal/events/abort_listener.js
  • lib/internal/freeze_intrinsics.js
  • lib/internal/fs/glob.js
  • lib/internal/fs/promises.js
  • lib/internal/fs/read/context.js
  • lib/internal/fs/recursive_watch.js
  • lib/internal/fs/rimraf.js
  • lib/internal/fs/utils.js
  • lib/internal/fs/watchers.js
  • lib/internal/http2/core.js
  • lib/internal/main/watch_mode.js
  • lib/internal/modules/cjs/loader.js
  • lib/internal/modules/esm/assert.js
  • lib/internal/modules/esm/get_format.js
  • lib/internal/modules/esm/loader.js
  • lib/internal/modules/esm/translators.js
  • lib/internal/modules/typescript.js
  • lib/internal/navigator.js
  • lib/internal/net.js
  • lib/internal/per_context/domexception.js
  • lib/internal/per_context/primordials.js
  • lib/internal/perf/event_loop_delay.js
  • lib/internal/process/finalization.js
  • lib/internal/process/pre_execution.js
  • lib/internal/stream_base_commons.js
  • lib/internal/streams/compose.js
  • lib/internal/streams/fast-utf8-stream.js
  • lib/internal/streams/readable.js
  • lib/internal/test_runner/coverage.js
  • lib/internal/test_runner/harness.js
  • lib/internal/test_runner/mock/mock.js
  • lib/internal/test_runner/mock/mock_timers.js
  • lib/internal/test_runner/reporter/junit.js
  • lib/internal/test_runner/runner.js
  • lib/internal/test_runner/tag_filter.js
  • lib/internal/test_runner/test.js
  • lib/internal/test_runner/tests_stream.js
  • lib/internal/test_runner/utils.js
  • lib/internal/timers.js
  • lib/internal/tls/secure-context.js
  • lib/internal/tls/wrap.js
  • lib/internal/url.js
  • lib/internal/util/inspect.js
  • lib/internal/validators.js
  • lib/internal/watch_mode/files_watcher.js
  • lib/internal/webidl.js
  • lib/internal/webstreams/adapters.js
  • lib/internal/webstreams/readablestream.js
  • lib/internal/webstreams/transformstream.js
  • lib/internal/webstreams/util.js
  • lib/internal/webstreams/writablestream.js
  • lib/net.js
  • lib/stream/web.js
  • lib/test.js
  • lib/tls.js
  • lib/util.js
  • lib/zlib.js
  • node.gyp
  • onboarding.md
  • src/acorn_version.h
  • src/amaro_version.h
  • src/base_object.cc
  • src/cppgc_helpers.cc
  • src/crypto/README.md
  • src/crypto/crypto_aes.cc
  • src/crypto/crypto_chacha20_poly1305.cc
  • src/crypto/crypto_cipher.cc
  • src/crypto/crypto_common.cc
  • src/crypto/crypto_context.cc
  • src/crypto/crypto_context.h
  • src/crypto/crypto_dh.cc
  • src/crypto/crypto_hash.cc
  • src/crypto/crypto_hash.h
  • src/crypto/crypto_hmac.cc
  • src/crypto/crypto_keygen.cc
  • src/crypto/crypto_keygen.h
  • src/crypto/crypto_keys.cc
  • src/crypto/crypto_keys.h
  • src/crypto/crypto_kmac.cc
  • src/crypto/crypto_kmac.h
  • src/crypto/crypto_sig.cc
  • src/crypto/crypto_tls.cc
  • src/crypto/crypto_util.cc
  • src/crypto/crypto_util.h
  • src/crypto/crypto_x509.cc
  • src/debug_utils.h
  • src/env.cc
  • src/env_properties.h
  • src/histogram.cc
  • src/histogram.h
  • src/inspector/tracing_agent.cc
  • src/inspector_socket.cc
  • src/memory_tracker-inl.h
  • src/memory_tracker.h
  • src/node.cc
  • src/node.h
  • src/node_binding.cc
  • src/node_buffer.cc
  • src/node_cjs_lexer.cc
  • src/node_config_file.cc
  • src/node_config_file.h
  • src/node_crypto.cc
  • src/node_crypto.h
  • src/node_external_reference.h
  • src/node_http_parser.cc
  • src/node_ipc_serdes.cc
  • src/node_object_wrap.h
  • src/node_options.cc
  • src/node_options.h
  • src/node_perf.cc
  • src/node_perf.h
  • src/node_sqlite.cc
  • src/node_task_runner.cc
  • src/node_trace_events.cc
  • src/node_v8_platform-inl.h
  • src/node_version.h
  • src/node_webstorage.cc
  • src/node_zlib.cc
  • src/process_wrap.cc
  • src/string_bytes.cc
  • src/tcp_wrap.cc
  • src/tracing/agent.cc
  • src/tracing/agent.h
  • src/tracing/agent_legacy.cc
  • src/tracing/agent_legacy.h
  • src/tracing/node_trace_buffer.cc
  • src/tracing/node_trace_buffer.h
  • src/tracing/node_trace_writer.h
  • src/tracing/trace_event.cc
  • src/tracing/trace_event.h
  • src/zlib_version.h
  • test/addons/openssl-client-cert-engine/binding.gyp
  • test/addons/openssl-key-engine/binding.gyp
  • test/addons/openssl-test-engine/binding.gyp
  • test/addons/worker-addon-exit/binding.cc
  • test/addons/worker-addon-exit/binding.gyp
  • test/addons/worker-addon-exit/test-with-triggered-gc.js
  • test/addons/worker-addon-exit/test.js
  • test/async-hooks/test-emit-after-on-destroyed.js
  • test/async-hooks/test-improper-order.js
  • test/async-hooks/test-improper-unwind.js
  • test/cctest/node_test_fixture.cc
  • test/cctest/node_test_fixture.h
  • test/cctest/test_node_crypto.cc
  • test/cctest/test_node_ipc_serdes.cc
  • test/cctest/test_node_task_runner.cc
  • test/client-proxy/test-http-proxy-request-absolute-path-authority-match.mjs
  • test/client-proxy/test-http-proxy-request-authority-construction.mjs
  • test/client-proxy/test-http-proxy-request-origin-form-path.mjs
  • test/client-proxy/test-http-proxy-request-validation-errors.mjs
  • test/client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs
  • test/client-proxy/test-http-set-global-proxy-from-env-override-http.mjs
  • test/common/assertSnapshot.js
  • test/common/debugger-probe.js
  • test/common/heap.js
  • test/common/proxy-server.js
  • test/es-module/test-esm-import-attributes-errors.js
  • test/es-module/test-esm-import-attributes-errors.mjs
  • test/es-module/test-esm-import-attributes-validation-text.js
  • test/es-module/test-esm-import-text-disabled.mjs
  • test/es-module/test-esm-import-text.mjs
  • test/fixtures/crypto/kmac.js
  • test/fixtures/debugger/probe-bound-never-hit.js
  • test/fixtures/debugger/probe-exits-during-probe.js
  • test/fixtures/debugger/probe-indented.js
  • test/fixtures/debugger/probe-inspector-close-two-probes.js
  • test/fixtures/debugger/probe-inspector-resume.js
  • test/fixtures/debugger/probe-late-entry.js
  • test/fixtures/debugger/probe-late-target.cjs
  • test/fixtures/debugger/probe-late-target.mjs
  • test/fixtures/debugger/probe-max-hit.js
  • test/fixtures/debugger/probe-multi-a/utils.js
  • test/fixtures/debugger/probe-multi-b/utils.js
  • test/fixtures/debugger/probe-multi-entry.js
  • test/fixtures/debugger/probe-multi-statement.js
  • test/fixtures/debugger/probe-script-throws.js
  • test/fixtures/debugger/probe-target-syntax-error.js
  • test/fixtures/debugger/probe-throwing-getter.js
  • test/fixtures/debugger/probe-types.js
  • test/fixtures/debugger/probe-typescript.ts
  • test/fixtures/options-as-flags/test-config.json
  • test/fixtures/process/close.mjs
  • test/fixtures/process/finalization-cleanup.mjs
  • test/fixtures/rc/deprecated-testrunner-namespace.json
  • test/fixtures/rc/duplicate-namespace-option/node.config.json
  • test/fixtures/rc/empty-valid-namespace.json
  • test/fixtures/rc/namespace-with-array.json
  • test/fixtures/rc/namespace-with-disallowed-envvar.json
  • test/fixtures/rc/namespaced/node.config.json
  • test/fixtures/rc/override-namespace.json
  • test/fixtures/rc/override-node-option-with-namespace.json
  • test/fixtures/rc/unknown-flag-namespace.json
  • test/fixtures/source-map/get-call-sites-mapped.js
  • test/fixtures/test-runner/options-propagation/node.config.json
  • test/fixtures/test-runner/output/junit_reporter.snapshot
  • test/fixtures/test-runner/output/lcov_reporter.js
  • test/fixtures/test-runner/source-maps/type-only-import/src/a.mts
  • test/fixtures/test-runner/source-maps/type-only-import/test.mjs
  • test/fixtures/test-runner/tagged.js
  • test/fixtures/test426/range-mappings-proposal-tests.json
  • test/fixtures/test426/resources/proposals/range-mappings/extra-lines-in-mappings.js
  • test/fixtures/test426/resources/proposals/range-mappings/extra-lines-in-range-mappings.js
  • test/fixtures/test426/resources/proposals/range-mappings/invalid-mapping-for-range.js
  • test/fixtures/test426/resources/proposals/range-mappings/multiple-mappings.js
  • test/fixtures/test426/resources/proposals/range-mappings/out-of-range-3.js
  • test/fixtures/test426/resources/proposals/range-mappings/vlq-continuation-bit.js
  • test/fixtures/webcrypto/supports-level-2.mjs
  • test/fixtures/webcrypto/supports-modern-algorithms.mjs
  • test/fixtures/webcrypto/supports-secure-curves.mjs
  • test/fixtures/webcrypto/supports-sha3.mjs
  • test/fixtures/wpt/README.md
  • test/fixtures/wpt/WebCryptoAPI/digest/cshake.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/getPublicKey.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/import_export/symmetric_importKey.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/kmac.js
  • test/fixtures/wpt/WebCryptoAPI/sign_verify/kmac_vectors.js
  • test/fixtures/wpt/WebCryptoAPI/supports-modern.tentative.https.any.js
  • test/fixtures/wpt/WebCryptoAPI/supports.tentative.https.any.js
  • test/fixtures/wpt/url/resources/urltestdata.json
  • test/fixtures/wpt/urlpattern/resources/urlpatterntestdata.json
  • test/fixtures/wpt/urlpattern/urlpattern-empty-regexp-group.html
  • test/fixtures/wpt/versions.json
  • test/fuzzers/fuzz_env.cc
  • test/fuzzers/fuzz_strings.cc
  • test/parallel/parallel.status
  • test/parallel/test-blob.js
  • test/parallel/test-buffer-isutf8-isascii-fast.js
  • test/parallel/test-child-process-advanced-serialization-host-objects.js
  • test/parallel/test-cli-node-options-docs.js
  • test/parallel/test-cli-options-as-flags.js
  • test/parallel/test-config-file.js
  • test/parallel/test-crypto-hash-stream-error.js
  • test/parallel/test-crypto-hmac.js
  • test/parallel/test-crypto-key-objects-raw.js
  • test/parallel/test-crypto-key-objects-to-crypto-key.js
  • test/parallel/test-crypto-negative-zero.js
  • test/parallel/test-crypto-pqc-key-objects-slh-dsa.js
  • test/parallel/test-debugger-probe-bound-never-hit.js
  • test/parallel/test-debugger-probe-child-inspect-port-zero.js
  • test/parallel/test-debugger-probe-explicit-column.js
  • test/parallel/test-debugger-probe-expression-throws.js
  • test/parallel/test-debugger-probe-failure-hang-during-evaluate.js
  • test/parallel/test-debugger-probe-failure-process-exit.js
  • test/parallel/test-debugger-probe-failure-resume.js
  • test/parallel/test-debugger-probe-global-option-order.js
  • test/parallel/test-debugger-probe-json-preview.js
  • test/parallel/test-debugger-probe-json-special-values.js
  • test/parallel/test-debugger-probe-json.js
  • test/parallel/test-debugger-probe-late-resolution.js
  • test/parallel/test-debugger-probe-launch.js
  • test/parallel/test-debugger-probe-max-hit-invalid.js
  • test/parallel/test-debugger-probe-max-hit-miss.js
  • test/parallel/test-debugger-probe-max-hit-partial.js
  • test/parallel/test-debugger-probe-max-hit-shared.js
  • test/parallel/test-debugger-probe-max-hit-text.js
  • test/parallel/test-debugger-probe-max-hit.js
  • test/parallel/test-debugger-probe-miss.js
  • test/parallel/test-debugger-probe-missing-expr.js
  • test/parallel/test-debugger-probe-multi-location.js
  • test/parallel/test-debugger-probe-narrow-suffix.js
  • test/parallel/test-debugger-probe-no-column-indent.js
  • test/parallel/test-debugger-probe-requires-separator.js
  • test/parallel/test-debugger-probe-script-throws.js
  • test/parallel/test-debugger-probe-startup-pause.js
  • test/parallel/test-debugger-probe-target-syntax-error.js
  • test/parallel/test-debugger-probe-text-special-values.js
  • test/parallel/test-debugger-probe-text.js
  • test/parallel/test-debugger-probe-timeout.js
  • test/parallel/test-debugger-probe-typescript.js
  • test/parallel/test-debugger-run-restart-init.js
  • test/parallel/test-dgram-bind-sync.js
  • test/parallel/test-dgram-connect-sync.js
  • test/parallel/test-dgram-custom-lookup.js
  • test/parallel/test-dgram-default-lookup-ip.js
  • test/parallel/test-dns-negative-zero.js
  • test/parallel/test-fastutf8stream-full-write-utf8.js
  • test/parallel/test-fastutf8stream-write-buffer.js
  • test/parallel/test-fs-negative-zero.js
  • test/parallel/test-fs-promises-readfile-buffer-option.js
  • test/parallel/test-fs-readfile-buffer-option.js
  • test/parallel/test-fs-rm.js
  • test/parallel/test-fs-watch-recursive-delete-race.js
  • test/parallel/test-fs-watch-recursive-prefix-sibling.js
  • test/parallel/test-http-header-value-relaxed.js
  • test/parallel/test-http-invalidheaderfield2.js
  • test/parallel/test-http-response-drain-cork.js
  • test/parallel/test-http-server-consumed-timeout.js
  • test/parallel/test-inspector-close-terminate-connections.js
  • test/parallel/test-inspector-strip-types.js
  • test/parallel/test-internal-validators-validateport.js
  • test/parallel/test-navigator.js
  • test/parallel/test-net-allow-half-open-async-iter.js
  • test/parallel/test-net-boundsocket.js
  • test/parallel/test-net-keepalive-interval-count.js
  • test/parallel/test-net-negative-zero.js
  • test/parallel/test-node-run.js
  • test/parallel/test-perf-hooks-monitor-event-loop-delay-fast-calls.js
  • test/parallel/test-performance-gc-minor-ms.js
  • test/parallel/test-performance-gc.js
  • test/parallel/test-permission-child-process-inherit-flags-substring.js
  • test/parallel/test-permission-config-file.mjs
  • test/parallel/test-process-finalization.mjs
  • test/parallel/test-runner-cli.js
  • test/parallel/test-runner-coverage-source-map.js
  • test/parallel/test-runner-coverage.js
  • test/parallel/test-runner-diagnostics-channel.js
  • test/parallel/test-runner-flag-propagation.js
  • test/parallel/test-runner-get-test-context.js
  • test/parallel/test-runner-reporters.js
  • test/parallel/test-runner-run-coverage.mjs
  • test/parallel/test-runner-seeded-generator.js
  • test/parallel/test-runner-tag-filter-cli.mjs
  • test/parallel/test-runner-tags-events.mjs
  • test/parallel/test-runner-tags-experimental-warning.mjs
  • test/parallel/test-runner-tags-inheritance.mjs
  • test/parallel/test-runner-tags-validation.mjs
  • test/parallel/test-sea-assets-not-in-sea.js
  • test/parallel/test-sqlite-database-sync.js
  • test/parallel/test-stream-compose.js
  • test/parallel/test-stream-readable-async-iter-half-open-duplex.js
  • test/parallel/test-stream2-readable-wrap-proxy-methods.js
  • test/parallel/test-timers-promises-scheduler.js
  • test/parallel/test-tls-certificate-compression.js
  • test/parallel/test-tls-client-getephemeralkeyinfo.js
  • test/parallel/test-tls-psk-alpn-callback-exception-handling.js
  • test/parallel/test-url-pathtofileurl.js
  • test/parallel/test-util-exception-with-host-port.js
  • test/parallel/test-util-getcallsites-sourcemap.js
  • test/parallel/test-util-inspect.js
  • test/parallel/test-watch-file-shared-dependency.mjs
  • test/parallel/test-watch-mode-files_watcher-clear.mjs
  • test/parallel/test-webcrypto-derivekey-ecdh.js
  • test/parallel/test-webcrypto-derivekey.js
  • test/parallel/test-webcrypto-digest.js
  • test/parallel/test-webcrypto-encap-decap-ml-kem.js
  • test/parallel/test-webcrypto-export-import.js
  • test/parallel/test-webcrypto-get-public-key.mjs
  • test/parallel/test-webcrypto-keygen-kmac.js
  • test/parallel/test-webcrypto-promise-prototype-pollution.mjs
  • test/parallel/test-webcrypto-raw-format-aliases.js
  • test/parallel/test-webcrypto-sign-verify-eddsa.js
  • test/parallel/test-webcrypto-sign-verify-kmac.js
  • test/parallel/test-webcrypto-supports.mjs
  • test/parallel/test-webcrypto-wrap-unwrap.js
  • test/parallel/test-webstorage.js
  • test/parallel/test-whatwg-readablestream.js
  • test/parallel/test-whatwg-url-custom-searchparams-constructor.js
  • test/parallel/test-zlib-brotli-16GB.js
  • test/parallel/test-zlib-brotli-flush-invalid-kind.js
  • test/parallel/test-zlib-negative-zero.js
  • test/parallel/test-zlib-reject-garbage-after-end.js
  • test/parallel/test-zlib-type-error.js
  • test/pummel/test-heapdump-zlib.js
  • test/sea/sea.status
  • test/sequential/test-dgram-implicit-bind-failure.js
  • test/sequential/test-performance-eventloopdelay.js
  • test/sequential/test-watch-mode-restart-esm-loading-error.mjs
  • test/sequential/test-watch-mode-worker.mjs
  • test/sequential/test-watch-mode.mjs
  • test/test-runner/test-run-watch-cwd-isolation-none-argv.mjs
  • test/test426/README.md
  • test/testpy/__init__.py
  • test/wasm-allocation/test-wasm-allocation-auto-adapt.js
  • test/wasm-allocation/test-wasm-allocation-disable-trap-handler.js
  • test/wasm-allocation/test-wasm-allocation-memory64.js
  • test/wasm-allocation/test-wasm-allocation.js
  • test/wasm-allocation/testcfg.py
  • test/wasm-allocation/wasm-allocation.status
  • test/wpt/status/WebCryptoAPI.cjs
  • test/wpt/status/hr-time.cjs
  • test/wpt/status/hr-time.json
  • tools/dep_updaters/c-ares.kbx
  • tools/dep_updaters/update-c-ares.sh
  • tools/dep_updaters/update-llhttp.sh
  • tools/dep_updaters/update-zlib.sh
  • tools/doc/type-parser.mjs
  • tools/eslint-rules/must-call-assert.js
  • tools/eslint/package.json
  • tools/v8_gypfiles/abseil.gyp
  • tools/v8_gypfiles/v8.gyp
  • typings/globals.d.ts
  • typings/internalBinding/crypto.d.ts
  • typings/internalBinding/ipc_serdes.d.ts
  • typings/internalBinding/process_wrap.d.ts
  • typings/primordials.d.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands.

@socket-security

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm eslint-plugin-jsdoc is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: tools/eslint/package-lock.jsonnpm/eslint-plugin-jsdoc@63.0.9

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/eslint-plugin-jsdoc@63.0.9. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm js-yaml is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: tools/lint-md/package-lock.jsonnpm/remark-preset-lint-node@5.1.2npm/eslint-formatter-tap@9.0.1npm/js-yaml@4.2.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/js-yaml@4.2.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@santigimeno
santigimeno merged commit 59120af into node-v24.x-nsolid-v6.x Aug 12, 2026
18 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.