-
-
Notifications
You must be signed in to change notification settings - Fork 69
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: BREAKING CHANGE - relocated concrete parsers #299
Merged
Conversation
This file contains 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
…hon-lib` Signed-off-by: Paul Horton <phorton@sonatype.com>
Signed-off-by: Paul Horton <phorton@sonatype.com>
…ython-lib` doc: updated to reflect breaking changes dod: added changelog Signed-off-by: Paul Horton <phorton@sonatype.com>
madpah
added a commit
that referenced
this pull request
Jan 13, 2022
* 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>
madpah
added a commit
that referenced
this pull request
Jan 13, 2022
* 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 Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * fix: addressed flake8 issues fix: added missing bump to dependencies Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * fix: corrected import Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * ci: removed poetry cache as broken? Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * bump to latest RC for cyclonedx-python-lib Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * doc: migration to RTD (#296) * 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> * doc: updates to include schema version Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * doc: cleanup Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * feat: BREAKING CHANGE - relocated concrete parsers (#299) BREAKING CHANGE Concrete Parsers now reside in this project, not `cyclonedx-python-lib` * re-located tests for Utils Signed-off-by: Paul Horton <phorton@sonatype.com> * feat: BREAKING CHANGE - relocated concrete 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> * feat: BREAKING CHANGE - relocated concrete 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> * chore: removed schema validation from unit tests as this is performed in upstream library `cyclonedx-python-lib` Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * chore: removed schema validation from unit tests as this is performed in upstream library `cyclonedx-python-lib` Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * chore: add pre-release manual GH workflow Signed-off-by: Paul Horton <phorton@sonatype.com> Signed-off-by: Paul Horton <paul.horton@owasp.org> * chore: bump to latest RC of `cyclonedx-python-lib` Signed-off-by: Paul Horton <paul.horton@owasp.org> * added `purl` into `Component`s output by parsers Signed-off-by: Paul Horton <paul.horton@owasp.org> * Ignore type for packageurl imports Signed-off-by: Paul Horton <paul.horton@owasp.org> * doc: corrected project title Signed-off-by: Paul Horton <paul.horton@owasp.org> * chore: bump to released version of `cyclonedx-python-lib` Signed-off-by: Paul Horton <paul.horton@owasp.org>
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.
Concrete parsers relocated from
cyclonedx-python-lib
as per #298Closes: #298
Signed-off-by: Paul Horton phorton@sonatype.com