Refactor NPM package updater#1024
Merged
eranturgeman merged 28 commits intojfrog:v3_erfrom Jan 26, 2026
Merged
Conversation
… location extraction for a given VulnerabilityDetails
…r-npm-package-updater
Contributor
|
please provide a link to a fix pr |
eyalk007
suggested changes
Jan 8, 2026
Contributor
eyalk007
left a comment
There was a problem hiding this comment.
reviewed most of files
please tell me you are done so i can rereveiw
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 12, 2026
orto17
reviewed
Jan 21, 2026
eyalk007
reviewed
Jan 21, 2026
…r-npm-package-updater
eyalk007
reviewed
Jan 26, 2026
eyalk007
reviewed
Jan 26, 2026
eyalk007
reviewed
Jan 26, 2026
eyalk007
reviewed
Jan 26, 2026
eyalk007
reviewed
Jan 26, 2026
eyalk007
reviewed
Jan 26, 2026
eyalk007
reviewed
Jan 26, 2026
eyalk007
suggested changes
Jan 26, 2026
Contributor
eyalk007
left a comment
There was a problem hiding this comment.
looks a lot better please look at my comments
eyalk007
approved these changes
Jan 26, 2026
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR changes the NPM package handler to test-based fixes instead of cli command fixes.
As past of the change we ease the installation after a fix is performed to only regenerate the lock file, hence reducing the strict build process we used to have and make the process less error prone
Missing testcase:
We need to add a new integration test test case to TestScanRepositoryCmd_Run that verifies we do not regenerate a lock file if it doesnt exists in remote. since the TestScanRepositoryCmd_Run is not passing right now and we need to fix it I added it to the overall test plan for future addition