node/deps/v8/include
Сковорода Никита Андреевич d4d9f3915f
src,lib: refactor unsafe buffer creation to remove zero-fill toggle
This removes the zero-fill toggle mechanism that allowed JavaScript
to control ArrayBuffer initialization via shared memory. Instead,
unsafe buffer creation now uses a dedicated C++ API.

Refs: https://hackerone.com/reports/3405778
Co-Authored-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: https://github.com/nodejs-private/node-private/pull/759
Backport-PR-URL: https://github.com/nodejs-private/node-private/pull/798
CVE-ID: CVE-2025-55131
2026-01-09 18:11:49 -03:00
..
cppgc deps: update V8 to 12.3.219.16 2024-04-19 17:32:30 +02:00
libplatform deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
APIDesign.md
DEPS
DIR_METADATA
js_protocol-1.2.json
js_protocol-1.3.json
js_protocol.pdl deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
OWNERS
v8-array-buffer.h src,lib: refactor unsafe buffer creation to remove zero-fill toggle 2026-01-09 18:11:49 -03:00
v8-callbacks.h deps: update V8 to 12.3.219.16 2024-04-19 17:32:30 +02:00
v8-container.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-context.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-cppgc.h deps: V8: cherry-pick 93275031284c 2023-07-21 16:44:20 +02:00
v8-data.h deps: update V8 to 10.9.194.4 2022-11-27 17:27:13 +00:00
v8-date.h
v8-debug.h
v8-embedder-heap.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-embedder-state-scope.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-exception.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-extension.h
v8-external.h
v8-fast-api-calls.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-forward.h deps: update V8 to 12.3.219.16 2024-04-19 17:32:30 +02:00
v8-function-callback.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-function.h deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
v8-handle-base.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-initialization.h
v8-inspector-protocol.h
v8-inspector.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-internal.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-isolate.h deps: V8: cherry-pick e74d0f437fcd 2024-08-30 15:52:15 -03:00
v8-json.h
v8-local-handle.h deps: V8: cherry-pick 9812cb486e2b 2024-08-05 11:15:42 -03:00
v8-locker.h
v8-maybe.h
v8-memory-span.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-message.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-metrics.h deps: update V8 to 11.9.169.7 2024-01-04 09:30:13 +01:00
v8-microtask-queue.h deps: update V8 to 10.9.194.4 2022-11-27 17:27:13 +00:00
v8-microtask.h
v8-object.h deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
v8-persistent-handle.h deps: V8: backport 493cb53691be 2025-08-26 11:22:34 +02:00
v8-platform.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-primitive-object.h
v8-primitive.h deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
v8-profiler.h deps: V8: cherry-pick 0fd478bcdabd 2024-01-04 09:31:46 +01:00
v8-promise.h
v8-proxy.h
v8-regexp.h
v8-script.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-snapshot.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-source-location.h deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
v8-statistics.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-template.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-traced-handle.h deps: update V8 to 12.3.219.16 2024-04-19 17:32:30 +02:00
v8-typed-array.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-unwinder-state.h
v8-unwinder.h deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
v8-util.h deps: update V8 to 12.3.219.16 2024-04-19 17:32:30 +02:00
v8-value-serializer-version.h
v8-value-serializer.h src: distinguish HTML transferable and cloneable 2023-07-07 17:00:00 +00:00
v8-value.h deps: update V8 to 12.4.254.14 2024-04-22 19:10:43 -03:00
v8-version-string.h
v8-version.h deps: patch V8 to 12.4.254.21 2024-06-20 14:45:17 +02:00
v8-wasm-trap-handler-posix.h
v8-wasm-trap-handler-win.h
v8-wasm.h deps: update V8 to 11.3.244.4 2023-03-31 14:15:23 +00:00
v8-weak-callback-info.h
v8.h
v8config.h deps: define V8_PRESERVE_MOST as no-op on Windows 2025-01-05 13:05:32 -05:00