cyclonedx-dotnet
cyclonedx-dotnet copied to clipboard
#842 Add additional properties to SBOM
This request now sets:
- the publisher in the sbom based on the owner and if it is null it will use the author
Closes #842
I'm not quite convinced the owner should be filled with the author. Can you explain your reasoning for it? Is it regarding some national regulations?
@mtsfoni as per the nuspec reference on microsoft (https://learn.microsoft.com/en-us/nuget/reference/nuspec) owners is deprecated and instead should use authors moving forward.