sea: reject trailing content in config JSON #90045
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-webcrypto-prototype-pollution.mjs#L261
--- stderr ---
(node:185588) ExperimentalWarning: The cSHAKE128 Web Crypto API algorithm is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/webidl:92
const err = new TypeError(message);
^
TypeError: Failed to execute 'deriveBits' on 'SubtleCrypto': 3rd argument is outside the expected range of 0 to 4294967295.
at codedTypeError (node:internal/webidl:92:15)
at makeException (node:internal/webidl:107:10)
at convertToInt (node:internal/webidl:400:15)
at Object.unsigned long (node:internal/webidl:529:12)
at SubtleCrypto.deriveBitsImpl (node:internal/crypto/webcrypto:267:48)
at callSubtleCryptoMethod (node:internal/crypto/webcrypto:97:20)
at SubtleCrypto.deriveBits (node:internal/crypto/webcrypto:257:10)
at hkdf (file:///home/runner/work/node/node/node/test/parallel/test-webcrypto-prototype-pollution.mjs:261:35)
at file:///home/runner/work/node/node/node/test/parallel/test-webcrypto-prototype-pollution.mjs:274:35
at /home/runner/work/node/node/node/test/common/index.js:511:15 {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v27.0.0-pre
Command: out/Release/node --expose-internals /home/runner/work/node/node/node/test/parallel/test-webcrypto-prototype-pollution.mjs
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-webcrypto-prototype-pollution.mjs#L261
--- stderr ---
(node:185338) ExperimentalWarning: The cSHAKE128 Web Crypto API algorithm is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/webidl:92
const err = new TypeError(message);
^
TypeError: Failed to execute 'deriveBits' on 'SubtleCrypto': 3rd argument is outside the expected range of 0 to 4294967295.
at codedTypeError (node:internal/webidl:92:15)
at makeException (node:internal/webidl:107:10)
at convertToInt (node:internal/webidl:400:15)
at Object.unsigned long (node:internal/webidl:529:12)
at SubtleCrypto.deriveBitsImpl (node:internal/crypto/webcrypto:267:48)
at callSubtleCryptoMethod (node:internal/crypto/webcrypto:97:20)
at SubtleCrypto.deriveBits (node:internal/crypto/webcrypto:257:10)
at hkdf (file:///home/runner/work/node/node/node/test/parallel/test-webcrypto-prototype-pollution.mjs:261:35)
at file:///home/runner/work/node/node/node/test/parallel/test-webcrypto-prototype-pollution.mjs:274:35
at /home/runner/work/node/node/node/test/common/index.js:511:15 {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v27.0.0-pre
Command: out/Release/node --expose-internals /home/runner/work/node/node/node/test/parallel/test-webcrypto-prototype-pollution.mjs
|
|
sccache stats - test-linux
51% - 2576 hits, 2454 misses, 0 errors
|
|
sccache stats - test-linux
57% - 2864 hits, 2177 misses, 0 errors
|