-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat: add support for CycloneDX 1.4 specification #294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont see why adding all the schema files to the project and doinng tests on JSON/XML is part of this project.
see #294 (comment)
@madpah re #294 (review) Dont see a reason why the files should be part of this package's tests, as they are part of Saw the files are used in tests, to check output of ❌ |
@jkowalleck - fair point on the schema validation comments - will look at moving these (where required) back to I also think this becomes clearer given #298 (after our other Slack discussions). |
Totally agree - have removed as covered in |
feat: Error with return code 2 if attempting to output in JSON and SchemaVersion < 1.2 test: Multiple tests added Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
fix: added missing bump to dependencies Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
* doc: migration to RTD. Signed-off-by: Paul Horton <phorton@sonatype.com> * doc: removed references to schema version 1.4 Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
* feat: BREAKING CHANGE - reloated concrete parsers from `cyclonedx-python-lib` Signed-off-by: Paul Horton <phorton@sonatype.com> * re-located tests for Utils Signed-off-by: Paul Horton <phorton@sonatype.com> * feat: BREAKING CHANGE - relocated concreate parsers from `cyclonedx-python-lib` doc: updated to reflect breaking changes dod: added changelog Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
…ython-lib` doc: updated to reflect breaking changes dod: added changelog Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
… in upstream library `cyclonedx-python-lib` Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
… in upstream library `cyclonedx-python-lib` Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <paul.horton@owasp.org>
Signed-off-by: Paul Horton <paul.horton@owasp.org>
aac789e
to
e1382a4
Compare
feat: add support for output to CycloneDX 1.4 (draft)
feat: Error with return code 2 if attempting to output in JSON and SchemaVersion < 1.2
test: Multiple tests added
Closes #293, #280
Signed-off-by: Paul Horton phorton@sonatype.com