|
1 | 1 | { |
2 | 2 | "bomFormat": "MV-CBOM", |
3 | 3 | "specVersion": "1.0", |
4 | | - "serialNumber": "urn:uuid:ffe5c439-b50d-4360-9334-158997d78050", |
| 4 | + "serialNumber": "urn:uuid:47c616c0-245a-41be-ab4a-86db4af28f7b", |
5 | 5 | "version": 1, |
6 | 6 | "metadata": { |
7 | 7 | "component": { |
8 | 8 | "name": "crypto-test", |
9 | 9 | "version": "1.19", |
10 | 10 | "path": "/workspace/fixtures/go/x-crypto-extended" |
11 | 11 | }, |
12 | | - "timestamp": "2025-09-15T19:35:58.536236278Z", |
| 12 | + "timestamp": "2025-09-15T19:50:59.586387717Z", |
13 | 13 | "tools": [ |
14 | 14 | { |
15 | 15 | "name": "cipherscope", |
|
20 | 20 | }, |
21 | 21 | "cryptoAssets": [ |
22 | 22 | { |
23 | | - "bom-ref": "35ea0ad6-c024-40ea-9575-e7f45024b7eb", |
| 23 | + "bom-ref": "ad9c44bf-f150-42fd-b6a7-6a855c8a9b9b", |
24 | 24 | "assetType": "algorithm", |
25 | | - "name": "ChaCha20Poly1305", |
| 25 | + "name": "RSA", |
| 26 | + "assetProperties": { |
| 27 | + "primitive": "signature", |
| 28 | + "parameterSet": { |
| 29 | + "keySize": 2048 |
| 30 | + }, |
| 31 | + "nistQuantumSecurityLevel": 0 |
| 32 | + } |
| 33 | + }, |
| 34 | + { |
| 35 | + "bom-ref": "b3cb1649-4ea8-43e9-87d4-64110c0ec94d", |
| 36 | + "assetType": "algorithm", |
| 37 | + "name": "AES-GCM", |
26 | 38 | "assetProperties": { |
27 | 39 | "primitive": "aead", |
28 | 40 | "nistQuantumSecurityLevel": 3 |
29 | 41 | } |
30 | 42 | }, |
31 | 43 | { |
32 | | - "bom-ref": "cc0110bf-624e-4a89-a66b-ed0ac7bd9863", |
| 44 | + "bom-ref": "b02cb27c-a6b9-429d-a8cc-146ed1238fc8", |
33 | 45 | "assetType": "algorithm", |
34 | | - "name": "RSA", |
| 46 | + "name": "SHA-256", |
35 | 47 | "assetProperties": { |
36 | | - "primitive": "signature", |
37 | | - "nistQuantumSecurityLevel": 0 |
| 48 | + "primitive": "hash", |
| 49 | + "nistQuantumSecurityLevel": 3 |
| 50 | + } |
| 51 | + }, |
| 52 | + { |
| 53 | + "bom-ref": "d13a0830-79ad-40ff-bd3c-84b00fda747a", |
| 54 | + "assetType": "algorithm", |
| 55 | + "name": "ChaCha20Poly1305", |
| 56 | + "assetProperties": { |
| 57 | + "primitive": "aead", |
| 58 | + "nistQuantumSecurityLevel": 3 |
38 | 59 | } |
39 | 60 | } |
40 | 61 | ], |
|
0 commit comments