-
-
Notifications
You must be signed in to change notification settings - Fork 47
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 Lifecycles in BOM metadata #698
Conversation
Signed-off-by: Johannes Feichtner <[email protected]>
fe62f47
to
2f01d08
Compare
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.
The implementation is really well thought and has almost every small detail perfectly correct. 🥇
There are just a very small amount of things that needs changing, marked with ❌ .
In addition, please add the needed enum tests to tests/test_enums.py
.
Signed-off-by: Johannes Feichtner <[email protected]>
I tried to align the class names as closely as possible with the CDX 1.5 specification to avoid potentially confusing homonyms. I've also seen that cyclonedx-javascript-library uses
|
The renaming you proposed sounds reasonable. Please continue with that. |
Signed-off-by: Johannes Feichtner <[email protected]>
…rmalize` Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
changes on top of PR#698
@Churro, |
Signed-off-by: Johannes Feichtner <[email protected]>
Signed-off-by: Johannes Feichtner <[email protected]>
some of the tests are failing. @Churro , you may run them locally as described in https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CONTRIBUTING.md PS: done so via bc74a86 |
Signed-off-by: Johannes Feichtner <[email protected]>
--------- Signed-off-by: Johannes Feichtner <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Signed-off-by: Johannes Feichtner <[email protected]> Co-authored-by: Jan Kowalleck <[email protected]> Signed-off-by: Saquib Saifee <[email protected]>
part of #578