@@ -21,16 +21,19 @@ The following sub-sections aim to explain what support this library provides and
21
21
by calling out support for data as defined in the latest CycloneDX standard specification, regardless of whether it is
22
22
supported in prior versions of the CycloneDX schema.
23
23
24
+ Root Level Schema Support
25
+ -------------------------
26
+
24
27
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
25
28
| Data Path | Supported? | Notes |
26
29
+============================+===============+===================================================================================================+
27
30
| ``bom[@version] `` | Yes | |
28
31
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
29
32
| ``bom[@serialNumber] `` | Yes | |
30
33
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
31
- | ``bom.metadata `` | Yes | |
34
+ | ``bom.metadata `` | Yes | Not supported: `` lifecycles `` |
32
35
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
33
- | ``bom.components `` | Yes | Not supported: ``modified `` (as it is deprecated), ``signature ``. |
36
+ | ``bom.components `` | Yes | Not supported: ``modified `` (as it is deprecated), ``modelCard ``, `` data ``, `` signature ``. |
34
37
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
35
38
| ``bom.services `` | Yes | Not supported: ``signature ``. |
36
39
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
@@ -56,5 +59,22 @@ supported in prior versions of the CycloneDX schema.
56
59
| ``bom.signature `` | No | |
57
60
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
58
61
62
+ Internal Model Schema Support
63
+ -----------------------------
64
+
65
+ +----------------------------+---------------+----------------------------------------------------------------------------------------------+
66
+ | Internal Model | Supported? | Notes |
67
+ +============================+===============+==============================================================================================+
68
+ | ``ComponentEvidence `` |Yes | Not currently supported: ``callstack ``, ``identity ``, ``occurrences ``. |
69
+ +----------------------------+---------------+----------------------------------------------------------------------------------------------+
70
+ | ``DisjunctiveLicense `` |Yes | Not currently supported: ``@bom-ref ``, ``licensing ``, ``properties ``. |
71
+ +----------------------------+---------------+----------------------------------------------------------------------------------------------+
72
+ | ``LicenseExpression `` |Yes | Not currently supported: ``@bom-ref `` |
73
+ +----------------------------+---------------+----------------------------------------------------------------------------------------------+
74
+ | ``OrganizationalContact `` |Yes | Not currently supported: ``@bom-ref `` |
75
+ +----------------------------+---------------+----------------------------------------------------------------------------------------------+
76
+ | ``OrganizationalEntity `` |Yes | Not currently supported: ``@bom-ref `` |
77
+ +----------------------------+---------------+----------------------------------------------------------------------------------------------+
59
78
60
79
.. _schema specification bug 130 : https://github.com/CycloneDX/specification/issues/130
80
+
0 commit comments