File: invalid-component-ref-1.6.xml

package info (click to toggle)
cyclonedx-python-lib 11.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,092 kB
  • sloc: xml: 20,462; python: 13,061; makefile: 21; sh: 16
file content (25 lines) | stat: -rw-r--r-- 1,044 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
<?xml version="1.0"?>
<bom serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79" version="1" xmlns="http://cyclonedx.org/schema/bom/1.6">
    <components>
        <component type="library" bom-ref="123">
            <name>acme-library</name>
            <version>1.0.0</version>
            <components>
                <component type="library" bom-ref="123">
                    <!-- duplicate value in attribute `bom-ref` -->
                    <name>acme-library</name>
                    <version>1.0.0</version>
                </component>
                <component type="library" bom-ref="123">
                    <name>acme-library2</name>
                    <version>1.0.0</version>
                </component>
                <component type="library" bom-ref="">
                    <!-- empty value in attribute `bom-ref` -->
                    <name>acme-library</name>
                    <version>1.0.0</version>
                </component>
            </components>
        </component>
    </components>
</bom>