-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feature awareness? #226
Comments
These are all good questions
Not currently. In this issue, I outlined a few potential areas I want to investigate. It's one of my highest priority items after we complete the work to integrate the library with the cargo plugin.
Not currently. This somewhat falls under the first point, but it's probably worth having a separate GitHub issue to track it.
The purl specification does not indicate a required
We could interpret this to mean that |
Thanks for these detailed answers! |
To clarify: only dev-dependencies are excluded. Build dependencies are included in the SBOM because unlike dev-dependencies they can influence the final binary. |
Ah yes, sorry, my bad. |
Including build dependencies make sense! Thanks for the update. |
So that should fix points 1 and 2 of your list. I don't think we have tackled purls for non crates things yet anywhere but I might have missed it as well. |
There is a tracking issue fir pURL from sources other than crates.io: #501 I am not aware of any standardization around that though. |
Thanks. I believe we can close this issue now as everything has either been tackled or there are more specific issues. |
My use case is building FFI libraries that can distributed as C binary headers, but also embedded in Java Jars and Nuget pacakges.
A couple of questions:
The text was updated successfully, but these errors were encountered: