-
-
Notifications
You must be signed in to change notification settings - Fork 13
fromNodePackageJson - add more dist detections #1247
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
Closed
1 of 2 tasks
jkowalleck opened this issue
Jun 3, 2025
· 2 comments
· Fixed by CycloneDX/cyclonedx-node-npm#1301 or #1246
Closed
1 of 2 tasks
fromNodePackageJson - add more dist detections #1247
jkowalleck opened this issue
Jun 3, 2025
· 2 comments
· Fixed by CycloneDX/cyclonedx-node-npm#1301 or #1246
Labels
enhancement
New feature or request
Comments
research showed:
|
2 tasks
jkowalleck
added a commit
that referenced
this issue
Jun 5, 2025
fixes #1247 ## Added * `factories.FromNodePackageJson.makeExternalReferences` supports "dist" field * New symbols under `utils.NpmJs` * `defaultRepoMatcher` * `parsePackageIntegrity` ---- TODO - [x] implementation - [x] tests --------- Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
added a commit
to CycloneDX/cyclonedx-node-npm
that referenced
this issue
Jun 5, 2025
- fixes CycloneDX/cyclonedx-javascript-library#1247 --------- Signed-off-by: Jan Kowalleck <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
some
package.json
do include a "dist" entry... might come when packages are bundled dependencies, and then the package manifests are enriched by packaging tools and get a "dist" entry to reflect which version was bundled.this "dist" information shall be added to the SBOM results
example result from
package.json
:Describe the solution you'd like
find the mentioned field and add the dist-url and the hashes to the SBOM
Describe alternatives you've considered
/
Additional context
an example: https://www.npmjs.com/package/bundle-dependencies/v/1.0.2
./node_modules/yargs/package.json
isContribution
The text was updated successfully, but these errors were encountered: