[Snyk] Security upgrade karma from 5.2.3 to 6.0.0 #1998
Annotations
3 errors and 2 warnings
test-asan:
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-asan:
test/abort/test-signal-handler.js#L22
--- stderr ---
/home/runner/work/alisco-node/alisco-node/out/Release/node[139167]: ../src/node_process_methods.cc:86:void node::Chdir(const FunctionCallbackInfo<v8::Value> &): Assertion `(args.Length()) == (1)' failed.
1: 0x55e37dd85688 node::DumpBacktrace(_IO_FILE*) [/home/runner/work/alisco-node/alisco-node/out/Release/node]
2: 0x55e37df41276 node::Abort() [/home/runner/work/alisco-node/alisco-node/out/Release/node]
3: 0x55e37df40cbc node::Assert(node::AssertionInfo const&) [/home/runner/work/alisco-node/alisco-node/out/Release/node]
4: 0x55e37e0d02a8 [/home/runner/work/alisco-node/alisco-node/out/Release/node]
5: 0x7ffc4a5a2d30
node:assert:412
throw err;
^
AssertionError [ERR_ASSERTION]: child.signal = SIGABRT
at Object.<anonymous> (/home/runner/work/alisco-node/alisco-node/test/abort/test-signal-handler.js:22:3)
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: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Command: out/Release/node /home/runner/work/alisco-node/alisco-node/test/abort/test-signal-handler.js
|
test-asan
Process completed with exit code 2.
|
test-asan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-asan
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/
|