[Snyk] Security upgrade tap from 14.11.0 to 18.0.0 #2397
Annotations
4 errors and 2 warnings
test/parallel/test-datetime-change-notify.js#L36
--- stderr ---
node:assert:1033
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Irish/. Input:
'11/8/2024, 7:22:17 PM Greenwich Mean Time'
at Object.<anonymous> (/home/runner/work/alisco-node/alisco-node/test/parallel/test-datetime-change-notify.js:36:10)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1124:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:816:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:79:12)
at node:internal/main/run_main_module:17:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '11/8/2024, 7:22:17 PM Greenwich Mean Time',
expected: /Irish/,
operator: 'match'
}
Command: out/Release/node /home/runner/work/alisco-node/alisco-node/test/parallel/test-datetime-change-notify.js
|
test/parallel/test-https-selfsigned-no-keycertsign-no-crash.js#L1
--- stderr ---
node:assert:171
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/alisco-node/alisco-node/test/parallel/test-https-selfsigned-no-keycertsign-no-crash.js:61
called with arguments: Error: certificate has expired
at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
at TLSSocket.emit (node:events:394:28)
at TLSSocket._finishInit (node:_tls_wrap:944:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12) {
code: 'CERT_HAS_EXPIRED'
}
at ClientRequest.mustNotCall (/home/runner/work/alisco-node/alisco-node/test/common/index.js:470:12)
at ClientRequest.emit (node:events:394:28)
at TLSSocket.socketErrorListener (node:_http_client:448:9)
at TLSSocket.emit (node:events:394:28)
at emitErrorNT (node:internal/streams/destroy:194:8)
at emitErrorCloseNT (node:internal/streams/destroy:159:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail'
}
Command: out/Release/node /home/runner/work/alisco-node/alisco-node/test/parallel/test-https-selfsigned-no-keycertsign-no-crash.js
|
test/wpt/test-encoding.js#L1
--- stderr ---
out/Release/node[141752]: ../src/node_file-inl.h:160:node::fs::FSReqPromise<AliasedBufferT>::~FSReqPromise() [with AliasedBufferT = node::AliasedBufferBase<double, v8::Float64Array>]: Assertion `finished_' failed.
1: 0x55edc5cb6094 node::Abort() [out/Release/node]
2: 0x55edc5cb6128 [out/Release/node]
3: 0x55edc5cb021c [out/Release/node]
4: 0x55edc5cbcb12 node::fs::FSReqAfterScope::~FSReqAfterScope() [out/Release/node]
5: 0x55edc5cbd238 node::fs::AfterOpenFileHandle(uv_fs_s*) [out/Release/node]
6: 0x55edc6898901 [out/Release/node]
7: 0x55edc689ca8e [out/Release/node]
8: 0x55edc68b1163 [out/Release/node]
9: 0x55edc689d484 uv_run [out/Release/node]
10: 0x55edc5be0526 node::SpinEventLoop(node::Environment*) [out/Release/node]
11: 0x55edc5d9b643 node::worker::Worker::Run() [out/Release/node]
12: 0x55edc5d9baac [out/Release/node]
13: 0x7f03e2c94ac3 [/lib/x86_64-linux-gnu/libc.so.6]
14: 0x7f03e2d26850 [/lib/x86_64-linux-gnu/libc.so.6]
--- stdout ---
---- api-invalid-label.any.js ----
[SKIPPED] location is not defined
---- legacy-mb-schinese/gb18030/gb18030-decoder.any.js ----
[SKIPPED] The gb18030 encoding is not supported
---- legacy-mb-schinese/gbk/gbk-decoder.any.js ----
[SKIPPED] The gbk encoding is not supported
---- replacement-encodings.any.js ----
[SKIPPED] decoding-helpers.js needs XMLHttpRequest
---- unsupported-encodings.any.js ----
[SKIPPED] decoding-helpers.js needs XMLHttpRequest
---- api-basics.any.js ----
[PASS] Default encodings
---- api-basics.any.js ----
[PASS] Default inputs
---- api-basics.any.js ----
[PASS] Encode/decode round trip: utf-8
---- api-basics.any.js ----
[PASS] Decode sample: utf-16le
---- api-basics.any.js ----
[PASS] Decode sample: utf-16be
---- api-basics.any.js ----
[PASS] Decode sample: utf-16
---- api-replacement-encodings.any.js ----
[PASS] Label for "replacement" should be rejected by API: csiso2022kr
---- api-replacement-encodings.any.js ----
[PASS] Label for "replacement" should be rejected by API: hz-gb-2312
---- api-replacement-encodings.any.js ----
[PASS] Label for "replacement" should be rejected by API: iso-2022-cn
---- api-replacement-encodings.any.js ----
[PASS] Label for "replacement" should be rejected by API: iso-2022-cn-ext
---- api-replacement-encodings.any.js ----
[PASS] Label for "replacement" should be rejected by API: iso-2022-kr
---- api-replacement-encodings.any.js ----
[PASS] Label for "replacement" should be rejected by API: replacement
---- api-surrogates-utf8.any.js ----
[PASS] Invalid surrogates encoded into UTF-8: Sanity check
---- api-surrogates-utf8.any.js ----
[PASS] Invalid surrogates encoded into UTF-8: Surrogate half (low)
---- api-surrogates-utf8.any.js ----
[PASS] Invalid surrogates encoded into UTF-8: Surrogate half (high)
---- api-surrogates-utf8.any.js ----
[PASS] Invalid surrogates encoded into UTF-8: Surrogate half (low), in a string
---- api-surrogates-utf8.any.js ----
[PASS] Invalid surrogates encoded into UTF-8: Surrogate half (high), in a string
---- api-surrogates-utf8.any.js ----
[PASS] Invalid surrogates encoded into UTF-8: Wrong order
---- encodeInto.any.js ----
[PASS] encodeInto() into ArrayBuffer with Hi and destination length 0, offset 0, filler 0
---- encodeInto.any.js ----
[PASS] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 0
---- encodeInto.any.js ----
[PASS] encodeInto() into ArrayBuffer with Hi and destination length 0, offset 4, filler 0
---- encodeInto.any.js ----
[PASS] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0
---- encodeInto.any.js ----
[PASS] encodeInto() into ArrayBuffer with Hi and destination length 0, offset 0, filler 128
---- encodeInto.any.js ----
[PASS] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 128
---- encodeInto.any.js ----
[PASS] encodeInto() into ArrayBuffer with Hi and destination length 0, offset 4, filler 128
---- encodeInto.any.js ----
[PASS] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 128
---- encodeInto.a
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading