Marco Ippolito

Results 52 issues of Marco Ippolito

### Does the feature exist in the most recent commit? no ### Why do we need this feature? It would be greet to be able to check which version of...

enhancement

PR-URL: https://github.com/nodejs/node/pull/48377 Reviewed-By: Rafael Gonzaga Reviewed-By: Antoine du Hamel Reviewed-By: Paolo Insogna

tools
v16.x

I propose to ~~documentation deprecate~~ mark as legacy `process.nextTick`, for the various inconsistencies and unpredictable behaviour. Some discussion happened [here](https://github.com/nodejs/node/pull/51114) and [here](https://github.com/nodejs/node/pull/51267). ~~This won't probably transition to eol deprecation, but...

process
deprecations
needs-ci

It seems there is some issue with the node-test-commit-v8-linux job: https://ci.nodejs.org/job/node-test-commit-v8-linux/5835/ ``` error: Cannot delete branch '_jenkins_local_branch' checked out at '/home/iojs/build/workspace/node-test-commit-v8-linux' ```

Hello I'm working on the security release: - https://github.com/nodejs-private/node-private/pull/545 - https://github.com/nodejs-private/node-private/pull/544 I'd like to have access to the locked CI as also part of my job of automating the security...

access request

In order to automate the CVE ID reservation during the security release process, I'm exploring different options such as MITRE since they have public apis https://cveawg-test.mitre.org/api-docs/ (unlike h1) I was...

I think it would be great to have a SBOM for the project now that we are working on [dependency build audit](https://github.com/nodejs/security-wg/issues/1037). Probably investigate on how we can achieve this...

never-stale

Pos release blogpost cc @RafaelGSS

Fixes: https://github.com/nodejs-private/security-release/issues/9 Also we prompt for the release date for the issue, it makes sense to add it to the vulnerabilities.json, if it doesnt change you dont have to do...

Draft implementation to add flaky tests automatically to the `.status` file. Missing: - ~~rules to determine which tests we consider flaky~~ - tests - proper matching for OS and architecture...