Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(guided remediation): add package-lock.json graph parsing #479

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

michaelkedar
Copy link
Member

@michaelkedar michaelkedar commented Feb 20, 2025

Migrated the package-lock.json dependency graph reading from osv-scanner.

Also implemented parsing of peerDependencyMeta,since it was a pretty straightforward TODO that I didn't want to make a bug for.

Moved the package-lock.json struct definition to internal/dependencyfile/packagelockjson that's now used by this, and the packagelockjson extractor (extractor/filesystem/language/javascript/packagelockjson)

@michaelkedar michaelkedar requested a review from cuixq February 20, 2025 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants