-
-
Notifications
You must be signed in to change notification settings - Fork 121
Include other dependencies than package references #932
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededready for developmentIssue is sufficiently defined and suitable for contributors to start workingIssue is sufficiently defined and suitable for contributors to start working
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededready for developmentIssue is sufficiently defined and suitable for contributors to start workingIssue is sufficiently defined and suitable for contributors to start working
Type
Fields
Give feedbackNo fields configured for issues without a type.
When generating an SBOM from a
.csprojfile, only<PackageReference ...>dependencies are included in the SBOM. We are also interested in adding dependencies which are output manually, e.g.:A quick glance at the source code shows that
GetProjectDotnetDependencyAsync()operates ondotnet restore's output inobj/project.assets.json, which indeed only includes nuget references.Is there a plan to also represent such files in generated SBOMs?