Skip to content

Commit aa8ddb1

Browse files
authored
feat: pulled SPDX license IDs v1.0-3.28.0 (#1395)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 2a75d8f commit aa8ddb1

5 files changed

Lines changed: 1035 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ All notable changes to this project will be documented in this file.
6767
* `Component.purl` is a `string` now, was `PackaheUrl` ([#1348] via [#1379])
6868
* Constructor of `Contrib.License.Factories.LicenseFactory` got an injectable argument `spdxExpressionValidate` for validating SPDX License Expressions ([#1348] via [#1382])
6969
Suggested implementation is `spdx-expression-parse`.
70+
* Pulled SPDX license IDs v1.0-3.28.0 (via [#1395])
7071
* Dependencies
7172
* Dependency `packageurl-js` became a suggested (optional peer-dependency) library ([#1348] via [#1378])
7273
You may use it to craft and parse PackageURLs downstream.
@@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file.
8384
[#1379]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1379
8485
[#1380]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1380
8586
[#1382]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1382
87+
[#1395]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1395
8688

8789
## 9.5.0 -- 2026-03-02
8890

res/schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ some schema for offline use as download via [script](../../tools/schema-download
44
original sources: <https://github.com/CycloneDX/specification/blob/master>
55

66
Currently using version
7-
[4b3f59453366e27c8073fd24e98bf21ef8892c8e](https://github.com/CycloneDX/specification/commit/4b3f59453366e27c8073fd24e98bf21ef8892c8e)
7+
[b29918c192fdd8f75d46fb24aeb871bb13bd477c](https://github.com/CycloneDX/specification/commit/b29918c192fdd8f75d46fb24aeb871bb13bd477c)
88

99
| file | note |
1010
|------|------|

res/schema/cryptography-defs.SNAPSHOT.schema.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "http://cyclonedx.org/schema/cryptography-defs.schema.json",
4-
"$comment": "2025-09-07T11:12:52Z",
4+
"$comment": "2026-02-26T14:12:39Z",
55
"title": "Cryptographic Algorithm Family Definitions",
66
"description": "Enumerates cryptographic algorithm families and their specific metadata.",
77
"type": "object",
@@ -248,6 +248,7 @@
248248
"A5/2",
249249
"AES",
250250
"ARIA",
251+
"Argon2",
251252
"Ascon",
252253
"BLAKE2",
253254
"BLAKE3",
@@ -258,6 +259,7 @@
258259
"CAST6",
259260
"CMAC",
260261
"CMEA",
262+
"CTR_DRBG",
261263
"ChaCha",
262264
"ChaCha20",
263265
"DES",
@@ -273,8 +275,12 @@
273275
"HC",
274276
"HKDF",
275277
"HMAC",
278+
"HMAC_DRBG",
279+
"HPKE",
280+
"Hash_DRBG",
276281
"IDEA",
277282
"IKE-PRF",
283+
"J-PAKE",
278284
"KMAC",
279285
"LMS",
280286
"MD2",
@@ -284,6 +290,7 @@
284290
"ML-DSA",
285291
"ML-KEM",
286292
"MQV",
293+
"OPAQUE",
287294
"PBES1",
288295
"PBES2",
289296
"PBKDF1",
@@ -305,20 +312,29 @@
305312
"SHA-2",
306313
"SHA-3",
307314
"SLH-DSA",
315+
"SM2",
316+
"SM3",
317+
"SM4",
318+
"SM9",
308319
"SNOW3G",
309320
"SP800-108",
321+
"SPAKE2",
322+
"SPAKE2PLUS",
323+
"SRP",
310324
"Salsa20",
311325
"Serpent",
312326
"SipHash",
313327
"Skipjack",
314328
"TUAK",
315329
"Twofish",
330+
"UMAC",
316331
"Whirlpool",
317332
"X3DH",
318333
"XMSS",
319334
"Yarrow",
320335
"ZUC",
321-
"bcrypt"
336+
"bcrypt",
337+
"scrypt"
322338
]
323339
},
324340
"ellipticCurvesEnum": {

0 commit comments

Comments
 (0)