[FEATURE]: Component Type unknown #628
Replies: 4 comments 11 replies
-
Why? Why "unknown" ? How can there be a component of unknown type? Please provide a real world example. |
Beta Was this translation helpful? Give feedback.
-
@jkowalleck Well, a SBOM related software should know the type of a component eventually, but maybe not present.Now, I think its the duty of implementation not specification. Sorry for my thoughtless PR. |
Beta Was this translation helpful? Give feedback.
-
@jkowalleck I imagine this is a common issue for folks converting between formats. Presumably the alternative to Practically speaking, is there any "safe" way for @VictorHuu to achieve their goal without risking populating the BOM with plain wrong data? Since |
Beta Was this translation helpful? Give feedback.
-
sorry, i still don't see a description of a problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
This PR is about the issue.
We should add a component type unknown since with the development of tech ,there are always new types that will emerge, and the SBOM generator like Syft can't handle all of the types currently given that exhaustive implementation for all is almost impossible. The type unknown is used as a fallback for various unrecognized values
Possible solutions
The solution is very simple ,so no need to elaborate on.
Alternatives
None
Additional context
Relative issue about the downstream scenarios:
Beta Was this translation helpful? Give feedback.
All reactions