Add support-policy external reference type#632
Add support-policy external reference type#632ppkarwasz wants to merge 1 commit intoCycloneDX:1.7-devfrom
support-policy external reference type#632Conversation
Adds a new external reference type to reference documents such as: - a Common Lifecycle Enumeration document. - an OpenEOX document. - a human-readable document specifying end-of-life or end-of-support dates for the CycloneDX component. Signed-off-by: Piotr P. Karwasz <piotr@github.copernik.eu>
this is much too early. TC54-TG3 did not publish anything yet - so there is no standard/spec to use, or is there?
I tried very hard to find any standard/spec, but I failed. It appears that OpenEOX is still work-in-progress, as the only thing they've published is a structural proposal - and they are still working on the taxonomy, right?
I don't see much value in this. Well, it's something, but nothing i would consider valuable in any scale. this being said, I will put this PR in "DRAFT" mode. |
There is a draft in Ecma-TC54/tg3#3
While a human-readable document is a poor replacement for a machine-readable one, there is some value in having a direct link to an HTML page that lists all officially supported versions. Many projects (including some of mine) don't even have such an HTML page, so determining if a version is supported requires a lot of Googling and guesswork.
That's fine by me. |
Adds a new external reference type to reference documents such as:
Closes #591