CycloneDX/cyclonedx-node-yarn

feat: detail runtime dependencies

開放

#448 建立於 2025年12月7日

 (2 則留言) (0 個反應) (0 位負責人)JavaScript (10 個分叉)auto 404
enhancementhacktoberfesthelp wanted

倉庫指標

星標
 (27 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe.

i am detailing my runtime tonode via package.json::engines - see https://docs.npmjs.com/cli/v11/configuring-npm/package-json#engines

{
  "engines": {
    "node": ">=0.10.3 <15"
  }
}

I want this information being detailed in the SBOM generated by this very tool.

Describe the solution you'd like

the sourced information may stem from package manifest (package.json) or from lockfile or from npm-ls

Describe alternatives you've considered

none

Additional context

docs:

Contribution

  • I am willing to provide an implementation
  • I will wait until somebody else implements it

貢獻者指南