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

Adding relationships between CoSWID tags #37

Open
CodingVoid opened this issue Aug 5, 2022 · 2 comments
Open

Adding relationships between CoSWID tags #37

CodingVoid opened this issue Aug 5, 2022 · 2 comments

Comments

@CodingVoid
Copy link
Collaborator

In goswid I put in relationships for compiler and general dependencies. for the command line part it would look something like this:
--parent tag0
--requires tag1,tag2,tag3 // would create a link between tag0 and tag[1-3] with the link type 'requires'.
--compiler tag4 // would create a link between tag0 and tag4 with link type 'compiler' (not in CoSWID spec).
tag5 tag6 tagn // would just put tag5,tag6,tagn into the uSWID file without creating link

@hughsie
Copy link
Owner

hughsie commented Aug 10, 2022

I guess that makes sense; is this something you could do in uswid for me? I'm on PTO for the next couple of weeks :(

@CodingVoid
Copy link
Collaborator Author

Sry for my late reply, but I am quite busy lately. I don't think that I will be able to do it in the next 2 weeks. Sry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants