File: valid-metadata-tool-1.5.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 (35 lines) | stat: -rw-r--r-- 1,471 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
<?xml version="1.0"?>
<bom serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79" version="1" xmlns="http://cyclonedx.org/schema/bom/1.5">
    <metadata>
        <tools>
            <components>
                <component type="application">
                    <group>Awesome Vendor</group>
                    <name>Awesome Tool</name>
                    <version>9.1.2</version>
                    <hashes>
                        <hash alg="SHA-1">25ed8e31b995bb927966616df2a42b979a2717f0</hash>
                        <hash alg="SHA-256">a74f733635a19aefb1f73e5947cef59cd7440c6952ef0f03d09d974274cbd6df</hash>
                    </hashes>
                </component>
            </components>
            <services>
                <service>
                    <provider>
                        <name>Acme Org</name>
                        <url>https://example.com</url>
                    </provider>
                    <group>com.example</group>
                    <name>Acme Signing Server</name>
                    <description>Signs artifacts</description>
                    <endpoints>
                        <endpoint>https://example.com/sign</endpoint>
                        <endpoint>https://example.com/verify</endpoint>
                        <endpoint>https://example.com/tsa</endpoint>
                    </endpoints>
                </service>
            </services>
        </tools>
    </metadata>
    <components />
</bom>