forked from CycloneDX/cyclonedx-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent_evidence_identity.xml
More file actions
33 lines (33 loc) · 992 Bytes
/
component_evidence_identity.xml
File metadata and controls
33 lines (33 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" ?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.5"
serialNumber="urn:uuid:66fa5692-2e9d-45c5-830a-ec8ccaf7dcc9"
version="1"
>
<metadata>
<component type="application">
<name>test</name>
<description>test component evidence identit</description>
</component>
</metadata>
<components>
<component type="operating-system">
<name>alpine</name>
<version>12</version>
<evidence>
<identity>
<field>name</field>
<confidence>1.0</confidence>
</identity>
</evidence>
</component>
<component type="library">
<name>libssl</name>
<evidence>
<identity>
<field>name</field>
<confidence>1.0</confidence>
</identity>
</evidence>
</component>
</components>
</bom>