microsoft / microsoft/sbom-tool
SBOM tool always includes package entry when .nuspec file is found
Open
@jalkire is already working on this.
Since Jan 14, 2025.
needs investigation
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 201
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 1
Description
The underlying component detector for nuget packages includes, among other things, *.nuspec files. This means that if a .nuspec file is present during SBOM generation, the package that it defines will be included in the packages section of the SBOM. This will happen regardless of if that package is actually installed/present, and can lead to misleading results. CD acknowledges this potential in their docs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.