File: valid-component-data-1.7.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 (26 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
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
<?xml version="1.0"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.7"
     serialNumber="urn:uuid:1b1bff0e-fdb9-4088-8b9a-1a9f2d9006da"
     version="1"
>
    <components>
        <component type="data">
            <name>my-configs</name>
            <version>1337</version>
            <data>
                <type>configuration</type>
                <name>app.ini</name>
                <contents>
                    <url>https://example.com/cfg/1337/app.ini</url>
                </contents>
            </data>
            <data>
                <type>other</type>
                <name>.env</name>
                <contents>
                    <url>https://example.com/cfg/1337/env</url>
                </contents>
            </data>
        </component>
    </components>
</bom>