feat: add support for Service.trustZone#980
Open
VanL wants to merge 2 commits into
Open
Conversation
Adds the optional `trust_zone` field to `Service`, available in CycloneDX v1.5 and later. Serializes as `trustZone` in JSON and `<trustZone>` in XML for schemas 1.5, 1.6, and 1.7; omitted for earlier versions. Implements part of issue CycloneDX#578. Signed-off-by: VanL <van@ospo.co>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Documentation build overview
|
Signed-off-by: VanL <van@ospo.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the optional
trust_zonefield toService, available in CycloneDX v1.5 and later. Serializes astrustZonein JSON and<trustZone>in XML for schemas 1.5, 1.6, and 1.7; omitted for earlier versions.Implements part of issue #578.
Description
Adds the optional
trust_zonefield toService, available inCycloneDX v1.5 and later. Serializes as
trustZonein JSON and<trustZone>in XML for schemas 1.5/1.6/1.7; omitted for earlierversions.
Resolves a part of: #578
AI Tool Disclosure
drafted an implementation plan, and implemented per the CycloneDX 1.5+
service.trustZoneschema. Implemented multiple agent adversarial review.Affirmation