You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: