Skip to content

Commit 809d24d

Browse files
committed
feat
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent cba2dee commit 809d24d

File tree

5 files changed

+586
-4
lines changed

5 files changed

+586
-4
lines changed

res/schema/bom-1.7.SNAPSHOT.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5280,9 +5280,9 @@
52805280
}
52815281
},
52825282
"algorithmFamily": {
5283-
"$ref": "cryptography-defs.schema.json#/definitions/algorithmFamiliesEnum",
5283+
"$ref": "cryptography-defs.SNAPSHOT.schema.json#/definitions/algorithmFamiliesEnum",
52845284
"title": "Algorithm Family",
5285-
"description": "A valid algorithm family identifier. If specified, this value must be one of the enumeration of valid algorithm Family identifiers defined in the `cryptography-defs.schema.json` subschema.",
5285+
"description": "A valid algorithm family identifier. If specified, this value must be one of the enumeration of valid algorithm Family identifiers defined in the `cryptography-defs.SNAPSHOT.schema.json` subschema.",
52865286
"examples": ["3DES", "Blowfish", "ECDH"]
52875287
},
52885288
"parameterSetIdentifier": {
@@ -5297,9 +5297,9 @@
52975297
"description": "[Deprecated] This will be removed in a future version. Use `@.ellipticCurve` instead.\nThe specific underlying Elliptic Curve (EC) definition employed which is an indicator of the level of security strength, performance and complexity. Absent an authoritative source of curve names, CycloneDX recommends using curve names as defined at [https://neuromancer.sk/std/](https://neuromancer.sk/std/), the source of which can be found at [https://github.com/J08nY/std-curves](https://github.com/J08nY/std-curves)."
52985298
},
52995299
"ellipticCurve": {
5300-
"$ref": "cryptography-defs.schema.json#/definitions/ellipticCurvesEnum",
5300+
"$ref": "cryptography-defs.SNAPSHOT.schema.json#/definitions/ellipticCurvesEnum",
53015301
"title": "Elliptic Curve",
5302-
"description": "The specific underlying Elliptic Curve (EC) definition employed which is an indicator of the level of security strength, performance and complexity. If specified, this value must be one of the enumeration of valid elliptic curves identifiers defined in the `cryptography-defs.schema.json` subschema."
5302+
"description": "The specific underlying Elliptic Curve (EC) definition employed which is an indicator of the level of security strength, performance and complexity. If specified, this value must be one of the enumeration of valid elliptic curves identifiers defined in the `cryptography-defs.SNAPSHOT.schema.json` subschema."
53035303
},
53045304
"executionEnvironment": {
53055305
"type": "string",

0 commit comments

Comments
 (0)