From 136479a3b0f3153cf1941b369cde9922b5a089df Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 7 Nov 2024 16:02:52 +0100 Subject: [PATCH] docs: transfer specdocs to XML 1.6 (#540) texts were taken from human-readable spec Signed-off-by: Jan Kowalleck --- schema/bom-1.6.xsd | 171 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 144 insertions(+), 27 deletions(-) diff --git a/schema/bom-1.6.xsd b/schema/bom-1.6.xsd index c0fd703c..9491e20f 100644 --- a/schema/bom-1.6.xsd +++ b/schema/bom-1.6.xsd @@ -572,6 +572,9 @@ limitations under the License. + + The hashes of the component. + @@ -1842,6 +1845,12 @@ limitations under the License. + + + A collection of URL's for reference. Multiple URLs are allowed. + Example: "https://example.com" + + @@ -2058,6 +2067,12 @@ limitations under the License. + + + The endpoint URIs of the service. Multiple endpoints are allowed. + Example: "https://example.com/api/v1/ticker" + + @@ -2088,6 +2103,9 @@ limitations under the License. + + Specifies information about the data including the directional flow of data and the data classification. + @@ -2253,10 +2271,28 @@ limitations under the License. states that the direction is not known. - - - - + + + + Data that enters a service. + + + + + + Data that exits a service. + + + + + Data flows in and out of the service. + + + + + The directional flow of data is not known. + + @@ -2562,6 +2598,11 @@ limitations under the License. + + + Within a call stack, a frame is a discrete unit that encapsulates an execution context, including local variables, parameters, and the return address. As function calls are made, frames are pushed onto the stack, forming an array-like structure that orchestrates the flow of program execution and manages the sequence of function invocations. + + @@ -2628,7 +2669,13 @@ limitations under the License. - + + + + opyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection. + + + @@ -2932,13 +2979,13 @@ limitations under the License. - + A model card describes the intended uses of a machine learning model and potential limitations, including @@ -3014,7 +3061,11 @@ limitations under the License. - + + + Inline Data Information + + @@ -4649,13 +4700,41 @@ limitations under the License. - - - - - - - + + + Critical severity + + + + + High severity + + + + + Medium severity + + + + + Low severity + + + + + Informational warning. + + + + + None + + + + + The severity is not known + + @@ -4852,11 +4931,31 @@ limitations under the License. - - - - - + + + Can not fix + + + + + Will not fix + + + + + Update to a different revision or release + + + + + Revert to a previous revision or release + + + + + There is a workaround available + + @@ -4871,9 +4970,21 @@ limitations under the License. - - - + + + The version is affected by the vulnerability. + + + + + The version is not affected by the vulnerability. + + + + + It is unknown (or unspecified) whether the given version is affected. + + @@ -7834,6 +7945,12 @@ limitations under the License. + + + A concise statement affirmed by an individual regarding all declarations, often used for third-party auditor acceptance or recipient acknowledgment. + It includes a list of authorized signatories who assert the validity of the document on behalf of the organization. + +