-
-
Notifications
You must be signed in to change notification settings - Fork 210
[pnpm] Improve metadata collection with node_modules parsing #2139
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
[pnpm] Improve metadata collection with node_modules parsing #2139
Conversation
Signed-off-by: Roshan Kumar <roshaen09@gmail.com>
…ions Signed-off-by: Roshan Kumar <roshaen09@gmail.com>
My Hero! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant work!
@youhaveme9 could you rebase and regenerate the types to resolve the conflicts? |
Signed-off-by: Roshan Kumar <roshaen09@gmail.com>
@prabhu Rebased |
Signed-off-by: Roshan Kumar <roshaen09@gmail.com>
@prabhu |
@youhaveme9 good point about the docs. Could you also add it to the project types one? https://github.com/CycloneDX/cdxgen/blob/master/docs/PROJECT_TYPES.md |
Signed-off-by: Roshan Kumar <roshaen09@gmail.com>
@prabhu |
Enhanced pnpm lock file parsing to automatically collect package metadata (description, author, license) from local node_modules directories, eliminating the need for the FETCH_LICENSE environment variable workaround.
Closes #1981