-
-
Notifications
You must be signed in to change notification settings - Fork 13
do not normalize Models.Component.properties
with CDX-spec-1.2
#152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
jkowalleck
added a commit
that referenced
this issue
Aug 4, 2022
* Fixed * JSON- and XML-Normalizer no longer render `Models.Component.properties` with [_CycloneDX_ Specification][CycloneDX-specification]-1.2. ([#152] via [#153]) * XML-Normalizer now has the correct order/position of rendered `Models.Component.properties`. (via [#153]) [#152]: #152 [#153]: #153 [CycloneDX-specification]: https://github.com/CycloneDX/specification/tree/main/schema
jkowalleck
added a commit
that referenced
this issue
Aug 4, 2022
* Fixed * JSON- and XML-Normalizer no longer render `Models.Component.properties` with [_CycloneDX_ Specification][CycloneDX-specification]-1.2. ([#152] via [#153]) * XML-Normalizer now has the correct order/position of rendered `Models.Component.properties`. (via [#153]) [#152]: #152 [#153]: #153 [CycloneDX-specification]: https://github.com/CycloneDX/specification/tree/main/schema Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
added a commit
that referenced
this issue
Aug 4, 2022
* Fixed * JSON- and XML-Normalizer no longer render `Models.Component.properties` with [_CycloneDX_ Specification][CycloneDX-specification]-1.2. ([#152] via [#153]) * XML-Normalizer now has the correct order/position of rendered `Models.Component.properties`. (via [#153]) [#152]: #152 [#153]: #153 [CycloneDX-specification]: https://github.com/CycloneDX/specification/tree/main/schema Signed-off-by: Jan Kowalleck <[email protected]>
closed via #153 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CycloneDX specification 1.2 does not know the
properties
of acomponent
.see https://github.com/CycloneDX/specification/tree/master/schema
Current status: the JSON- and XML-normalizer will render the
Models.Component.properties
with spec.1.2This might not seam like a big issue, as JSON- and XML-schema allow custom elements.
❌ BUT the JSON-strict schema does not allow any unexpected elements.
The text was updated successfully, but these errors were encountered: