File: get_bom_with_licenses-1.2.xml.bin

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 (87 lines) | stat: -rw-r--r-- 2,512 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
<?xml version="1.0" ?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.2" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1">
  <metadata>
    <timestamp>2023-01-07T13:44:32.312678+00:00</timestamp>
    <component type="application" bom-ref="my-app">
      <name>app</name>
      <version/>
      <licenses>
        <license>
          <name>proprietary</name>
        </license>
      </licenses>
    </component>
  </metadata>
  <components>
    <component type="library" bom-ref="C2">
      <name>c-with-SPDX</name>
      <version/>
      <licenses>
        <license>
          <id>Apache-2.0</id>
          <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
        </license>
      </licenses>
    </component>
    <component type="library" bom-ref="C1">
      <name>c-with-expression</name>
      <version/>
      <licenses>
        <expression>Apache-2.0 OR MIT</expression>
      </licenses>
    </component>
    <component type="library" bom-ref="C3">
      <name>c-with-name</name>
      <version/>
      <licenses>
        <license>
          <name>some additional</name>
          <text content-type="text/plain">this is additional license text</text>
        </license>
        <license>
          <name>some commercial license</name>
          <text content-type="text/plain">this is a license text</text>
        </license>
      </licenses>
    </component>
  </components>
  <services>
    <service bom-ref="S2">
      <name>s-with-SPDX</name>
      <licenses>
        <license>
          <id>Apache-2.0</id>
          <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
        </license>
      </licenses>
    </service>
    <service bom-ref="S1">
      <name>s-with-expression</name>
      <licenses>
        <expression>Apache-2.0 OR MIT</expression>
      </licenses>
    </service>
    <service bom-ref="S3">
      <name>s-with-name</name>
      <licenses>
        <license>
          <name>some additional</name>
          <text content-type="text/plain">this is additional license text</text>
        </license>
        <license>
          <name>some commercial license</name>
          <text content-type="text/plain">this is a license text</text>
        </license>
      </licenses>
    </service>
  </services>
  <dependencies>
    <dependency ref="C1"/>
    <dependency ref="C2"/>
    <dependency ref="C3"/>
    <dependency ref="S1"/>
    <dependency ref="S2"/>
    <dependency ref="S3"/>
    <dependency ref="my-app"/>
  </dependencies>
</bom>