node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 807 node issues
Sort by recently updated
recently updated
newest added

Adds a changelog and a note for the [disabled RSA_PKCS1_PADDING](https://nodejs.org/en/blog/vulnerability/february-2024-security-releases/#nodejs-is-vulnerable-to-the-marvin-attack-timing-variant-of-the-bleichenbacher-attack-against-pkcs1-v15-padding-cve-2023-46809---medium) ![image](https://github.com/nodejs/node/assets/241506/eebd18f0-87fd-423d-b95b-54df38b1a76d)

crypto
doc
author ready
commit-queue
lts-watch-v18.x
lts-watch-v20.x

Last year, I spoke with @bmeck @mhdawson and @RafaelGSS about extending the chain of trust of node policy files into the OS. Work has been done on the OS side...

lib / src
needs-ci

### Version 21.5.0 ### Platform macOS ### Subsystem _No response_ ### What steps will reproduce the bug? Reproduction: https://github.com/privatenumber/bug-node-hooks-cjs-conditions ### How often does it reproduce? Is there a required condition?...

confirmed-bug
loaders

### Version v21.6.2 ### Platform Microsoft Windows NT 10.0.19045.0 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? ```javascript import * as http from 'node:http'; const server...

### What is the problem this feature will solve? In some size-sensitive cases, we want to compress the output to ship smaller packages, we also want to keep useful stack...

feature request
source maps

This allows us to start the profilers before context creation so that more samples can be collected.

c++
lib / src
needs-ci

Previously we had two encodings for JS files: 1. If a file contains only ASCII characters, encode it as a one-byte string (interpreted as uint8_t array during loading). 2. If...

c++
lib / src
needs-ci

Frankly, I'm not completely sure about this one; this compiles but I never got the fast call invoked. Am I missing something here?

c++
os
needs-ci

Refs: https://github.com/nodejs/node/issues/51752 --- For now, testing that the regression test fails in our small-icu CI build.

test
needs-ci