-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat: add helper method to generateBomLink
#726
Labels
enhancement
New feature or request
Comments
@saquibsaifee , is this feature something you would contribute? |
Yes, I am giving it a try as we speak |
we already have parts ofg the bom-link patetrn here: cyclonedx-python-lib/cyclonedx/model/bom.py Lines 646 to 647 in 70cf9b4
maybe you could refactor that to urn:cdx:%s/%u and reuse it then?or maybe not, ... whatever suites you. |
Not able to link the PR, so mentioning it here. #728 @jkowalleck what are your thoughts on the PR? |
make_BomLink
and is_BomLink
method to XsUri
classBomLink
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: