node/test/fixtures/permission
Neal Beeken 92c517c62d
buffer: make methods work on Uint8Array instances
Removes the reliance on prototype bound methods internally
so that Uint8Arrays can be set as the bound `this` value when calling
the various Buffer methods. Introduces some additional tamper protection
by removing internal reliance on writable properties.

Fixes: https://github.com/nodejs/node/issues/56577
PR-URL: https://github.com/nodejs/node/pull/56578
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2026-01-27 22:52:31 +01:00
..
deny
loader src,permission: throw async errors on async APIs 2024-04-30 02:19:55 +00:00
fs-read-loader.js src,permission: implicit allow-fs-read to app entrypoint 2025-06-07 18:07:18 +02:00
fs-read.js src,permission: make ERR_ACCESS_DENIED more descriptive 2025-05-02 17:05:55 -03:00
fs-symlink-target-write.js lib,permission: require full read and write to symlink APIs 2026-01-09 18:23:24 -03:00
fs-symlink.js lib,permission: require full read and write to symlink APIs 2026-01-09 18:23:24 -03:00
fs-traversal.js buffer: make methods work on Uint8Array instances 2026-01-27 22:52:31 +01:00
fs-wildcard.js src,permission: throw async errors on async APIs 2024-04-30 02:19:55 +00:00
fs-write.js lib: disable futimes when permission model is enabled 2026-01-07 08:59:43 +01:00
hello-world.js src,permission: implicit allow-fs-read to app entrypoint 2025-06-07 18:07:18 +02:00
inspector-brk.js src: fix permission inspector crash 2024-06-10 18:35:55 +00:00
main-module.js test: fix permission fixtures lint 2024-11-12 17:39:24 +01:00
main-module.mjs test: fix permission fixtures lint 2024-11-12 17:39:24 +01:00
processbinding.js lib: unexpose six process bindings 2025-05-02 17:04:32 -03:00
required-module.js test: fix permission fixtures lint 2024-11-12 17:39:24 +01:00
required-module.mjs test: fix permission fixtures lint 2024-11-12 17:39:24 +01:00
simple-loader.js src,permission: implicit allow-fs-read to app entrypoint 2025-06-07 18:07:18 +02:00