CycloneDX / cyclonedx-core-java

CycloneDX SBOM Model and Utils for Creating and Validating BOMs
https://cyclonedx.org/
Apache License 2.0
81 stars 59 forks source link

Service does not include the trustZone attribute #462

Closed mikesmirlis closed 3 weeks ago

mikesmirlis commented 2 months ago

According to the official spec, a service can contain an attribute called 'trustZone' (different than the x-trust-boundary).

However, the Service class in v9.0.4 of cyclonedx-core-java, does not contain this attribute.