Skip to content

Commit 773e65f

Browse files
authored
PHPORM-181: Add SBOM lite (#2937)
1 parent 6eb1a0f commit 773e65f

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

sbom.json

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
3+
"bomFormat": "CycloneDX",
4+
"specVersion": "1.5",
5+
"serialNumber": "urn:uuid:0b622e40-f57d-4c6f-9f63-db415c1a1271",
6+
"version": 1,
7+
"metadata": {
8+
"timestamp": "2024-05-08T09:52:55Z",
9+
"tools": [
10+
{
11+
"name": "composer",
12+
"version": "2.7.6"
13+
},
14+
{
15+
"vendor": "cyclonedx",
16+
"name": "cyclonedx-php-composer",
17+
"version": "v5.2.0",
18+
"externalReferences": [
19+
{
20+
"type": "distribution",
21+
"url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-composer/zipball/f3a3cdc1a9e34bf1d5748e4279a24569cbf31fed",
22+
"comment": "dist reference: f3a3cdc1a9e34bf1d5748e4279a24569cbf31fed"
23+
},
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/CycloneDX/cyclonedx-php-composer.git",
27+
"comment": "source reference: f3a3cdc1a9e34bf1d5748e4279a24569cbf31fed"
28+
},
29+
{
30+
"type": "website",
31+
"url": "https://github.com/CycloneDX/cyclonedx-php-composer/#readme",
32+
"comment": "as detected from Composer manifest 'homepage'"
33+
},
34+
{
35+
"type": "issue-tracker",
36+
"url": "https://github.com/CycloneDX/cyclonedx-php-composer/issues",
37+
"comment": "as detected from Composer manifest 'support.issues'"
38+
},
39+
{
40+
"type": "vcs",
41+
"url": "https://github.com/CycloneDX/cyclonedx-php-composer/",
42+
"comment": "as detected from Composer manifest 'support.source'"
43+
}
44+
]
45+
},
46+
{
47+
"vendor": "cyclonedx",
48+
"name": "cyclonedx-library",
49+
"version": "3.x-dev cad0f92",
50+
"externalReferences": [
51+
{
52+
"type": "distribution",
53+
"url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-library/zipball/cad0f92b36c85f36b3d3c11ff96002af5f20cd10",
54+
"comment": "dist reference: cad0f92b36c85f36b3d3c11ff96002af5f20cd10"
55+
},
56+
{
57+
"type": "vcs",
58+
"url": "https://github.com/CycloneDX/cyclonedx-php-library.git",
59+
"comment": "source reference: cad0f92b36c85f36b3d3c11ff96002af5f20cd10"
60+
},
61+
{
62+
"type": "website",
63+
"url": "https://github.com/CycloneDX/cyclonedx-php-library/#readme",
64+
"comment": "as detected from Composer manifest 'homepage'"
65+
},
66+
{
67+
"type": "documentation",
68+
"url": "https://cyclonedx-php-library.readthedocs.io",
69+
"comment": "as detected from Composer manifest 'support.docs'"
70+
},
71+
{
72+
"type": "issue-tracker",
73+
"url": "https://github.com/CycloneDX/cyclonedx-php-library/issues",
74+
"comment": "as detected from Composer manifest 'support.issues'"
75+
},
76+
{
77+
"type": "vcs",
78+
"url": "https://github.com/CycloneDX/cyclonedx-php-library/",
79+
"comment": "as detected from Composer manifest 'support.source'"
80+
}
81+
]
82+
}
83+
]
84+
}
85+
}

0 commit comments

Comments
 (0)