| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
`git node release --prepare --security` now selects the PRs to cherry-pick from the per-line `affectedVersions` mapping of each report and dependency, instead of scanning open PRs and filtering by label. - `--security` accepts the path to vulnerabilities.json directly (or the security-release repository root). - Reports and dependency updates are picked for the release line being prepared, resolving the owner/repo from the PR URL so both node-private and public node PRs are supported. - CVE-ID trailers are taken from the matching report. - Dependency updates now use the same `affectedVersions` schema as the reports, updating the generator and the `git node security` consumer. Removed the `--filterLabel` option and the open PR scan.
Codecov Report❌ Patch coverage is 35.03185% with 102 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #1124 +/- ##
==========================================
- Coverage 61.81% 57.09% -4.73%
==========================================
Files 51 53 +2
Lines 9083 10150 +1067
==========================================
+ Hits 5615 5795 +180
- Misses 3468 4355 +887 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
git node release --prepare --security previously scanned all open PRs in nodejs-private/node-private (capped at 20), filtered only by --filterLabel, with no notion of release line, and matched CVEs via the legacy prURL field.
Dependency updates were ignored, and --security=../vulnerabilities.json did not resolve because it expected the repository root.
This change drives the whole flow from each entry's affectedVersions mapping.