-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Improve the process of creating and validating BOM-Link URIs within XsUri.
This enhancement would standardize BOM-Link creation within XsUri, reduce potential errors in URI formation, and simplify BOM-Link validation.
from @jkowalleck
A possible solution could be something like a classmethod
XsUri.make_BomLink(cls, serialnumber: Union[UUID, string], version: int = 1, bom_ref: Optional[Union[string, BomRef]] = None) -> XsUriAnd we would, of course, add a method
XsUri.is_BomLink(self) -> bool
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request