We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bom.components
According to specification 1.4, we still lack support in for the following:
component.swid
component.modified
component.pedigree
component.components
component.evidence
This feature will add support in the model for the above items, EXCLUDING modified, and appropriate outputs to JSON and XML.
modified
#169 also pointed out the lack of support (in XML) for:
component.supplier
component.publisher
component.description
component.scope
component.copyright
The text was updated successfully, but these errors were encountered:
feat: updated model to complete support for Component #155
20d7d4a
Signed-off-by: Paul Horton <[email protected]>
complete tests in XML for #155
100dd51
feat: Complete support for bom.components (#155)
32c0139
* fix: implemented correct `__hash__` methods in models (#153) Signed-off-by: Paul Horton <[email protected]>
feat: completed work on #155
02d2ba8
fix: resolved #169 (part of #155) feat: as part of solving #155, #147 has been implemented Signed-off-by: Paul Horton <[email protected]>
feat: completed work on #155 (#172)
a926b34
madpah
Successfully merging a pull request may close this issue.
According to specification 1.4, we still lack support in for the following:
component.swid
component.modified
(DEPRECATED since schema version 1.1)component.pedigree
component.components
component.evidence
This feature will add support in the model for the above items, EXCLUDING
modified
, and appropriate outputs to JSON and XML.#169 also pointed out the lack of support (in XML) for:
component.supplier
component.publisher
component.description
component.scope
component.copyright
component.components
component.evidence
The text was updated successfully, but these errors were encountered: