Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Microsoft.Sbom.Targets] Spaces between words of $(SbomGenerationPackageSupplier) are removed #713

Closed
Tracked by #693
KalleOlaviNiemitalo opened this issue Sep 19, 2024 · 0 comments · Fixed by #726
Labels
needs triage Default status upon issue submission

Comments

@KalleOlaviNiemitalo
Copy link

Spaces between words of $(SbomGenerationPackageSupplier) are removed, e.g. "Contoso Catering GmbH" becomes "ContosoCateringGmbH". I guess it's done here:

this.PackageSupplier = Remove_Spaces_Tabs_Newlines(this.PackageSupplier);

Why was it implemented like that? The sbom-tool -ps option preserves internal spaces; and if the NuGetComponentDetector finds a *.nuspec file and reads the authors element, that too preserves internal spaces.

Originally posted by @KalleOlaviNiemitalo in #693 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Default status upon issue submission
Projects
None yet
2 participants