-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathplain_editable-self_1.7.xml.bin
More file actions
87 lines (87 loc) · 3.23 KB
/
plain_editable-self_1.7.xml.bin
File metadata and controls
87 lines (87 loc) · 3.23 KB
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.7" version="1">
<metadata>
<tools>
<components>
<component type="application">
<group>CycloneDX</group>
<name>cyclonedx-py</name>
<version>thisVersion-testing</version>
<description>CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments</description>
<licenses>
<license acknowledgement="declared">
<id>Apache-2.0</id>
</license>
</licenses>
<externalReferences>
<reference type="build-system">
<url>https://github.com/CycloneDX/cyclonedx-python/actions</url>
</reference>
<reference type="distribution">
<url>https://pypi.org/project/cyclonedx-bom/</url>
</reference>
<reference type="documentation">
<url>https://cyclonedx-bom-tool.readthedocs.io/</url>
</reference>
<reference type="issue-tracker">
<url>https://github.com/CycloneDX/cyclonedx-python/issues</url>
</reference>
<reference type="license">
<url>https://github.com/CycloneDX/cyclonedx-python/blob/main/LICENSE</url>
</reference>
<reference type="release-notes">
<url>https://github.com/CycloneDX/cyclonedx-python/blob/main/CHANGELOG.md</url>
</reference>
<reference type="vcs">
<url>https://github.com/CycloneDX/cyclonedx-python/</url>
</reference>
<reference type="website">
<url>https://github.com/CycloneDX/cyclonedx-python/#readme</url>
</reference>
</externalReferences>
</component>
<component type="library">
<group>CycloneDX</group>
<name>cyclonedx-python-lib</name>
<version>libVersion-testing</version>
<description><!-- stripped --></description>
<licenses><!-- stripped --></licenses>
<externalReferences><!-- stripped --></externalReferences>
</component>
</components>
</tools>
<component type="application" bom-ref="root-component">
<name>editable-self</name>
<version>0.1.0</version>
<description>install the current project as an editable</description>
</component>
<properties>
<property name="cdx:reproducible">true</property>
</properties>
</metadata>
<components>
<component type="library" bom-ref="six==1.16.0">
<name>six</name>
<version>1.16.0</version>
<description>Python 2 and 3 compatibility utilities</description>
<licenses>
<license acknowledgement="declared">
<id>MIT</id>
</license>
</licenses>
<purl>pkg:pypi/six@1.16.0</purl>
<externalReferences>
<reference type="website">
<url>https://github.com/benjaminp/six</url>
<comment>from packaging metadata: Home-page</comment>
</reference>
</externalReferences>
</component>
</components>
<dependencies>
<dependency ref="root-component">
<dependency ref="six==1.16.0"/>
</dependency>
<dependency ref="six==1.16.0"/>
</dependencies>
</bom>