|
| 1 | +{ |
| 2 | + "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", |
| 3 | + "bomFormat": "CycloneDX", |
| 4 | + "specVersion": "1.6", |
| 5 | + "serialNumber": "urn:uuid:c62c4124-f89f-44eb-9d50-28e904f52864", |
| 6 | + "version": 1, |
| 7 | + "metadata": { |
| 8 | + "timestamp": "2024-12-01T22:11:45Z", |
| 9 | + "lifecycles": [ |
| 10 | + { |
| 11 | + "phase": "build" |
| 12 | + } |
| 13 | + ], |
| 14 | + "tools": { |
| 15 | + "components": [ |
| 16 | + { |
| 17 | + "name": "sbom4python", |
| 18 | + "version": "0.12.0", |
| 19 | + "type": "application" |
| 20 | + } |
| 21 | + ] |
| 22 | + }, |
| 23 | + "component": { |
| 24 | + "type": "application", |
| 25 | + "bom-ref": "CDXRef-DOCUMENT", |
| 26 | + "name": "Python-pip" |
| 27 | + } |
| 28 | + }, |
| 29 | + "components": [ |
| 30 | + { |
| 31 | + "type": "application", |
| 32 | + "bom-ref": "1-pip", |
| 33 | + "name": "pip", |
| 34 | + "version": "22.3", |
| 35 | + "supplier": { |
| 36 | + "name": "The pip developers", |
| 37 | + "contact": [ |
| 38 | + { |
| 39 | + |
| 40 | + } |
| 41 | + ] |
| 42 | + }, |
| 43 | + "cpe": "cpe:2.3:a:the_pip_developers:pip:22.3:*:*:*:*:*:*:*", |
| 44 | + "description": "The PyPA recommended tool for installing Python packages.", |
| 45 | + "hashes": [ |
| 46 | + { |
| 47 | + "alg": "SHA-256", |
| 48 | + "content": "1daab4b8d3b97d1d763caeb01a4640a2250a0ea899e257b1e44b9eded91e15ab" |
| 49 | + } |
| 50 | + ], |
| 51 | + "licenses": [ |
| 52 | + { |
| 53 | + "license": { |
| 54 | + "id": "MIT", |
| 55 | + "url": "https://opensource.org/license/mit/", |
| 56 | + "acknowledgement": "concluded" |
| 57 | + } |
| 58 | + } |
| 59 | + ], |
| 60 | + "externalReferences": [ |
| 61 | + { |
| 62 | + "url": "https://pip.pypa.io/", |
| 63 | + "type": "website", |
| 64 | + "comment": "Home page for project" |
| 65 | + }, |
| 66 | + { |
| 67 | + "url": "https://pypi.org/project/pip/22.3/#files", |
| 68 | + "type": "distribution", |
| 69 | + "comment": "Download location for component" |
| 70 | + }, |
| 71 | + { |
| 72 | + "url": "https://pip.pypa.io", |
| 73 | + "type": "documentation" |
| 74 | + }, |
| 75 | + { |
| 76 | + "url": "https://github.com/pypa/pip", |
| 77 | + "type": "vcs" |
| 78 | + }, |
| 79 | + { |
| 80 | + "url": "https://pip.pypa.io/en/stable/news/", |
| 81 | + "type": "log" |
| 82 | + } |
| 83 | + ], |
| 84 | + "purl": "pkg:pypi/[email protected]", |
| 85 | + "properties": [ |
| 86 | + { |
| 87 | + "name": "release_date", |
| 88 | + "value": "2022-10-15T11:41:14.000Z" |
| 89 | + }, |
| 90 | + { |
| 91 | + "name": "language", |
| 92 | + "value": "Python" |
| 93 | + }, |
| 94 | + { |
| 95 | + "name": "python_version", |
| 96 | + "value": "3.10.8" |
| 97 | + } |
| 98 | + ] |
| 99 | + } |
| 100 | + ], |
| 101 | + "dependencies": [ |
| 102 | + { |
| 103 | + "ref": "CDXRef-DOCUMENT", |
| 104 | + "dependsOn": [ |
| 105 | + "1-pip" |
| 106 | + ] |
| 107 | + } |
| 108 | + ] |
| 109 | +} |
0 commit comments