python-uswid icon indicating copy to clipboard operation
python-uswid copied to clipboard

Adding relationships between CoSWID tags

Open CodingVoid opened this issue 3 years ago • 2 comments

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

CodingVoid avatar Aug 05 '22 23:08 CodingVoid

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 :(

hughsie avatar Aug 10 '22 12:08 hughsie

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

CodingVoid avatar Aug 18 '22 20:08 CodingVoid