Initial commit: 首次建仓,建立目录结构
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,43 @@
|
||||
{
|
||||
"bomFormat": "CycloneDX",
|
||||
"specVersion": "1.5",
|
||||
"version": 1,
|
||||
"serialNumber": "urn:uuid:7b8d231f-c05f-4fe0-9e12-5dba4b373c50",
|
||||
"metadata": {
|
||||
"timestamp": "2026-05-02T09:34:54Z"
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"type": "library",
|
||||
"name": "openssl",
|
||||
"version": "4.0.0",
|
||||
"purl": "pkg:generic/openssl@4.0.0?download_url=https://github.com/openssl/openssl/releases/download/openssl-4.0.0/openssl-4.0.0.tar.gz",
|
||||
"hashes": [
|
||||
{
|
||||
"alg": "SHA-256",
|
||||
"content": "c32cf49a959c4f345f9606982dd36e7d28f7c58b19c2e25d75624d2b3d2f79ac"
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "distribution",
|
||||
"url": "https://github.com/openssl/openssl/releases/download/openssl-4.0.0/openssl-4.0.0.tar.gz"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "build:operating-system",
|
||||
"value": "linux"
|
||||
},
|
||||
{
|
||||
"name": "build:architecture",
|
||||
"value": "x86_64"
|
||||
},
|
||||
{
|
||||
"name": "build:flags",
|
||||
"value": "no-zlib no-shared no-module no-comp no-apps no-docs no-sm2-precomp no-atexit enable-ec_nistp_64_gcc_128"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user