File: valid-attestation-1.6.xml

package info (click to toggle)
cyclonedx-python-lib 11.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,044 kB
  • sloc: xml: 20,462; python: 12,968; makefile: 21; sh: 16
file content (165 lines) | stat: -rw-r--r-- 7,109 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0"?>
<bom serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79" version="1" xmlns="http://cyclonedx.org/schema/bom/1.6">
    <declarations>
        <assessors>
            <assessor bom-ref="assessor-1">
                <thirdParty>true</thirdParty>
                <organization>
                    <name>Assessors Inc</name>
                </organization>
            </assessor>
        </assessors>
        <attestations>
            <attestation>
                <summary>Attestation summary here</summary>
                <assessor>assessor-1</assessor>
                <map>
                    <requirement>requirement-1</requirement>
                    <claims>
                        <claim>claim-1</claim>
                    </claims>
                    <counterClaims>
                        <counterClaim>counterClaim-1</counterClaim>
                    </counterClaims>
                    <conformance>
                        <score>0.8</score>
                        <rationale>Conformance rationale here</rationale>
                        <mitigationStrategies>
                            <mitigationStrategy>mitigationStrategy-1</mitigationStrategy>
                        </mitigationStrategies>
                    </conformance>
                    <confidence>
                        <score>1</score>
                        <rationale>Confidence rationale here</rationale>
                    </confidence>
                </map>
                <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                    <!-- XML signature here -->
                </ds:Signature>
            </attestation>
        </attestations>
        <claims>
            <claim bom-ref="claim-1">
                <target>acme-inc</target>
                <predicate>Predicate here</predicate>
                <mitigationStrategies>
                    <mitigationStrategy>mitigationStrategy-1</mitigationStrategy>
                </mitigationStrategies>
                <reasoning>Reasoning here</reasoning>
                <evidence>evidence-1</evidence>
                <counterEvidence>counterEvidence-1</counterEvidence>
                <externalReferences>
                    <reference type="issue-tracker">
                        <url>https://alm.example.com</url>
                    </reference>
                </externalReferences>
                <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                    <!-- XML signature here -->
                </ds:Signature>
            </claim>
        </claims>
        <evidence>
            <evidence bom-ref="evidence-1">
                <propertyName>internal.com.acme.someProperty</propertyName>
                <description>Description here</description>
                <data>
                    <name>Name of the data</name>
                    <contents>
                        <attachment content-type="text/plain">Evidence here</attachment>
                    </contents>
                    <classification>PII</classification>
                    <sensitiveData>Describe sensitive data here</sensitiveData>
                </data>
                <created>2023-04-25T00:00:00+00:00</created>
                <expires>2023-05-25T00:00:00+00:00</expires>
                <author>
                    <name>Mary</name>
                </author>
                <reviewer>
                    <name>Jane</name>
                </reviewer>
                <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                    <!-- XML signature here -->
                </ds:Signature>
            </evidence>
            <evidence bom-ref="counterEvidence-1">
                <propertyName>internal.com.acme.someProperty</propertyName>
                <description>Description here</description>
                <data>
                    <name>Name of the data</name>
                    <contents>
                        <attachment content-type="text/plain">Counter evidence here</attachment>
                    </contents>
                    <classification>Public</classification>
                    <sensitiveData>Describe sensitive data here</sensitiveData>
                </data>
                <created>2023-04-25T00:00:00+00:00</created>
                <expires>2023-05-25T00:00:00+00:00</expires>
                <author>
                    <name>Mary</name>
                </author>
                <reviewer>
                    <name>Jane</name>
                </reviewer>
            </evidence>
            <evidence bom-ref="mitigationStrategy-1">
                <propertyName>internal.com.acme.someProperty</propertyName>
                <description>Description here</description>
                <data>
                    <name>Name of the data</name>
                    <contents>
                        <attachment content-type="text/plain">Mitigation strategy here</attachment>
                    </contents>
                    <classification>Company Confidential</classification>
                    <sensitiveData>Describe sensitive data here</sensitiveData>
                </data>
                <created>2023-04-25T00:00:00+00:00</created>
                <expires>2023-05-25T00:00:00+00:00</expires>
                <author>
                    <name>Mary</name>
                </author>
                <reviewer>
                    <name>Jane</name>
                </reviewer>
            </evidence>
        </evidence>
        <targets>
            <organizations>
                <organization bom-ref="acme-inc">
                    <name>Acme Inc</name>
                </organization>
            </organizations>
        </targets>
        <affirmation>
            <statement>I certify, to the best of my knowledge, that all information is correct...</statement>
            <signatories>
                <signatory>
                    <name>Tom</name>
                    <role>CEO</role>
                    <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                        <!-- XML signature here -->
                    </ds:Signature>
                </signatory>
                <signatory>
                    <name>Jerry</name>
                    <role>COO</role>
                    <organization>
                        <name>Acme Inc</name>
                    </organization>
                    <externalReference type="electronic-signature">
                        <url>https://example.com/coo-sig.png</url>
                    </externalReference>
                </signatory>
            </signatories>
            <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                <!-- XML signature here -->
            </ds:Signature>
        </affirmation>
        <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
            <!-- XML signature here -->
        </ds:Signature>
    </declarations>
    <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
        <!-- XML signature here -->
    </ds:Signature>
</bom>