nodejs / node-core-utils

CLI tools for Node.js Core collaborators
https://nodejs.github.io/node-core-utils/
MIT License
234 stars 106 forks source link

feat: create security release command #715

Closed RafaelGSS closed 8 months ago

RafaelGSS commented 10 months ago

This new command should manage all the states of a security release. This PR includes the CREATE and should be followed by other PRs to manage the next steps, such as requesting CVEs, creating issues, sending emails and so on.

Example this is action: https://github.com/nodejs-private/node-private/issues/443

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 14.28% and project coverage change: -0.36% :warning:

Comparison is base (4b2b6fa) 83.38% compared to head (7172d72) 83.03%. Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #715 +/- ## ========================================== - Coverage 83.38% 83.03% -0.36% ========================================== Files 37 37 Lines 4158 4178 +20 ========================================== + Hits 3467 3469 +2 - Misses 691 709 +18 ``` | [Files Changed](https://app.codecov.io/gh/nodejs/node-core-utils/pull/715?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nodejs) | Coverage Δ | | |---|---|---| | [lib/auth.js](https://app.codecov.io/gh/nodejs/node-core-utils/pull/715?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nodejs#diff-bGliL2F1dGguanM=) | `79.69% <14.28%> (-7.70%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/nodejs/node-core-utils/pull/715/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nodejs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

RafaelGSS commented 10 months ago

ping @nodejs/security-release

RafaelGSS commented 9 months ago

ping @nodejs/releasers

image

RafaelGSS commented 8 months ago

Done @aduh95. Could you please re-review?