Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
8ece7fb
creating 1.7 from 1.6. Updating doc generation and templates.
stevespringett Aug 31, 2024
a956767
carry over of latest master
jkowalleck Sep 4, 2024
24167b6
carry over of latest master
jkowalleck Sep 4, 2024
8ec130d
tests: fix ProtoBuf breaking detection to be wire-only (#532)
jkowalleck Nov 4, 2024
eae8ebd
tests: bump docker image from `bufbuild/buf:1.30.1` to `:1.46.0` (#519)
jkowalleck Nov 6, 2024
3c44100
tests: fix BrotoBuf BCcheck on version-level (#536)
jkowalleck Nov 6, 2024
bff02b3
tests: fix BrotoBuf test reports (#537)
jkowalleck Nov 6, 2024
a28884d
fix(ProtoBuf): add ExternalReterence Type `EXTERNAL_REFERENCE_TYPE_RE…
jkowalleck Nov 7, 2024
c9893f7
fix(ProtoBuf,XML): component data repeatable (#530)
jkowalleck Nov 7, 2024
949528a
fix(ProtoBuf): `Component.evidence` optional (#534)
jkowalleck Nov 7, 2024
2b6213e
fix(ProtoBuf): add `LicenseExpression.bom_ref` (#529)
jkowalleck Nov 7, 2024
d8fa000
docs: transfer specdocs to ProtoBuf 1.6 (#539)
jkowalleck Nov 7, 2024
d1a6fd8
docs: transfer specdocs to XML 1.6 (#540)
jkowalleck Nov 7, 2024
149bcd2
fix(xml): requirement descriptions should be unbounded (#533)
hakandilek Nov 7, 2024
e10e5f9
chore: prep v1.6.1 (#535)
jkowalleck Nov 7, 2024
d34559f
chore(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.1…
dependabot[bot] Nov 7, 2024
5d8b070
carry over from master: XML,JSON,PB
jkowalleck Nov 7, 2024
3ad4a67
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from…
dependabot[bot] Nov 7, 2024
cb54c0c
chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0 in /too…
dependabot[bot] Nov 7, 2024
21ceeba
Adapt test samples to ensure consistency between the different format…
andreas-hilti Nov 18, 2024
ab272a9
Cryptography WG, 2024-10-17: add serial number to certificateProperti…
n1ckl0sk0rtge Nov 19, 2024
4749fe3
add certificate state; add creation, activation, deactivation, revoka…
n1ckl0sk0rtge Jan 15, 2025
5abddc3
remove examples from certFormat, rename certificateFileExtension, add…
n1ckl0sk0rtge Jan 16, 2025
6256ecd
Corrected example
stevespringett Nov 23, 2024
6b87143
fix: typos in schemas 1.6 (#550)
weaversa Dec 12, 2024
da8a80f
chore(dev-deps): tools use cyclonedx-core-java v10.0.0 (#552)
jkowalleck Dec 12, 2024
4580aae
incorporate latest changes from master
jkowalleck Dec 12, 2024
cebf845
Committing current changes
stevespringett Jan 5, 2025
787ee04
remove unused config file (#558)
jkowalleck Jan 2, 2025
7dd94a1
chore(deps): update opis/json-schema requirement from 2.3 to 2.4.1 in…
dependabot[bot] Jan 4, 2025
611ff64
Updating version
stevespringett Jan 5, 2025
fd99b05
docs: align media types in table (#561)
jkowalleck Jan 8, 2025
e62e441
docs: Recognized file patterns (#562)
jkowalleck Jan 8, 2025
ed3136f
docs: docsgen resture output for website (#570)
jkowalleck Jan 11, 2025
bc631aa
docs: docgen proto with `protoc-gen-doc` (#557)
jkowalleck Jan 11, 2025
1c34746
docs: fix docsgen proto chown
jkowalleck Jan 11, 2025
d0fb871
docs: docsgen theme and linkd for proto (#571)
jkowalleck Jan 11, 2025
b246f57
docs: docsgen prep for 1.7
jkowalleck Jan 11, 2025
90307f0
docs: docsge fix title in `<meta>` elements (#572)
jkowalleck Jan 11, 2025
b3e41f8
chore: introduce PR template (#579)
jkowalleck Jan 19, 2025
7ed08e9
pull_request_template tell about rules (#580)
jkowalleck Jan 19, 2025
0f6e8f1
tests: enable tests for 1.7
jkowalleck Jan 22, 2025
fcc7a44
tests: copy tests from 1.6
jkowalleck Jan 22, 2025
3f4e31b
tests: rename tests for 1.7
jkowalleck Jan 22, 2025
3bf8464
tests: migrate tests for 1.7
jkowalleck Jan 22, 2025
377d3d5
docs: docsgen latest first
jkowalleck Jan 22, 2025
7bb67fa
add certificate extensions, rename certificateExtensions to certifica…
n1ckl0sk0rtge Jan 30, 2025
8c6bb28
fix relatedCryptographicAssets, add reason for certificate lifecycle …
n1ckl0sk0rtge Feb 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 34 additions & 15 deletions schema/bom-1.7.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5442,6 +5442,11 @@
"revoked": "A revoked certificate is a digital certificate that has been invalidated by the issuing certificate authority (CA) before its scheduled expiration date.",
"destroyed": "The certificate has been destroyed."
},
},
"reason": {
"type": "string",
"title": "Reason",
"description": "A reason for the certificate being in this state."
}
}
},
Expand All @@ -5450,15 +5455,20 @@
"required": ["name"],
"additionalProperties": false,
"properties": {
"name": {
"state": {
"type": "string",
"title": "Name",
"description": "The name of the certificate lifecycle state"
"title": "State",
"description": "The name of the certificate lifecycle state."
},
"description": {
"type": "string",
"title": "Description",
"description": "The description of the certificate lifecycle state"
"description": "The description of the certificate lifecycle state."
},
"reason": {
"type": "string",
"title": "Reason",
"description": "A reason for the certificate being in this state."
}
}
}
Expand Down Expand Up @@ -5512,7 +5522,7 @@
"name": {
"type": "string",
"title": "name",
"description": "Extention name",
"description": "The name if the extention.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change 'if' to 'of'

"enum": [
"basicConstraints",
"keyUsage",
Expand Down Expand Up @@ -5541,7 +5551,7 @@
"value": {
"type": "string",
"title": "Value",
"description": ""
"description": "The value of the certificate extension."
}
}
},
Expand All @@ -5553,12 +5563,12 @@
"name": {
"type": "string",
"title": "Name",
"description": ""
"description": "The name for the custom certificate extension."
},
"value": {
"type": "string",
"title": "Value",
"description": ""
"description": "The description of the custom certificate extension."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this "description" correct? Should this be "value" instead?

}
}
}
Expand All @@ -5568,7 +5578,7 @@
"relatedCryptographicAssets": {
"$ref": "#/definitions/relatedCryptographicAssets",
"title": "Related Cryptographic Assets",
"description": "A list of bom-refs to cryptographic assets related to this protocol.",
"description": "A list of cryptographic assets related to this component.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add bom-ref to the description if that's the requirement?

},
}
},
Expand Down Expand Up @@ -5703,7 +5713,7 @@
"relatedCryptographicAssets": {
"$ref": "#/definitions/relatedCryptographicAssets",
"title": "Related Cryptographic Assets",
"description": "A list of bom-refs to cryptographic assets related to this protocol.",
"description": "A list of cryptographic assets related to this component.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

},
}
},
Expand Down Expand Up @@ -5804,7 +5814,7 @@
"relatedCryptographicAssets": {
"$ref": "#/definitions/relatedCryptographicAssets",
"title": "Related Cryptographic Assets",
"description": "A list of bom-refs to cryptographic assets related to this protocol.",
"description": "A list of cryptographic assets related to this component.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

},
}
},
Expand Down Expand Up @@ -5863,9 +5873,18 @@
}
},
"relatedCryptographicAssets": {
"type": "object",
"type": "array",
"title": "Related Cryptographic Assets",
"description": "A list of bom-refs to cryptographic assets related to this protocol.",
"description": "A list of cryptographic assets related to this component.",
"items": {
"$ref": "#/definitions/relatedCryptographicAsset",
"title": "Related Cryptographic Asset"
}
},
"relatedCryptographicAsset": {
"type": "object",
"title": "Related Cryptographic Asset",
"description": "A cryptographic assets related to this component.",
"additionalProperties": false,
"properties": {
"type": {
Expand All @@ -5880,8 +5899,8 @@
},
"ref": {
"$ref": "#/definitions/refType",
"title": "Algorithm Reference",
"description": "The bom-ref to the algorithm."
"title": "Reference to cryptographic asset",
"description": "The bom-ref to cryptographic asset."
}
}
},
Expand Down