-
-
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
add acknowledgement
to LicenseExpression
#582
add acknowledgement
to LicenseExpression
#582
Conversation
Signed-off-by: Paul Horton <[email protected]>
…nt-to-license-expression
Signed-off-by: Paul Horton <[email protected]>
Signed-off-by: Paul Horton <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
* added draft v1.6 schemas and boilerplate for v1.6 Signed-off-by: Paul Horton <[email protected]> * re-generated test snapshots for v1.6 Signed-off-by: Paul Horton <[email protected]> * note `bom.metadata.manufacture` as deprecated Signed-off-by: Paul Horton <[email protected]> * work on `bom.metadata` for v1.6 Signed-off-by: Paul Horton <[email protected]> * Deprecated `.component.author`. Added `.component.authors` and `.component.manufacturer` Signed-off-by: Paul Horton <[email protected]> * work to add `.component.omniborid` - but tests deserialisation tests fail due to schema differences (`.component.author` not in 1.6) Signed-off-by: Paul Horton <[email protected]> * work to get deserialization tests passing Signed-off-by: Paul Horton <[email protected]> * chore(deps): bump `py-serializable` to >=1.0.3 to resolve issues with deserialization to XML Signed-off-by: Paul Horton <[email protected]> * imports tidied Signed-off-by: Paul Horton <[email protected]> * properly added `.component.swhid` Signed-off-by: Paul Horton <[email protected]> * add `.component.cryptoProperties` - with test failures for SchemaVersion < 1.6 Signed-off-by: Paul Horton <[email protected]> * typing and bandit ignores Signed-off-by: Paul Horton <[email protected]> * coding standards Signed-off-by: Paul Horton <[email protected]> * test filtering Signed-off-by: Paul Horton <[email protected]> * coding standards Signed-off-by: Paul Horton <[email protected]> * additional tests to increase code coverage Signed-off-by: Paul Horton <[email protected]> * corrected CryptoMode enum Signed-off-by: Paul Horton <[email protected]> * coding standards Signed-off-by: Paul Horton <[email protected]> * Added `address` to `organizationalEntity` Signed-off-by: Paul Horton <[email protected]> * Added `address` to `organizationalEntity` Signed-off-by: Paul Horton <[email protected]> * raise `UserWarning` in `.component.version` has length > 1024 Signed-off-by: Paul Horton <[email protected]> * coding standards and typing Signed-off-by: Paul Horton <[email protected]> * add `acknowledgement` to `LicenseExpression` (#582) Signed-off-by: Paul Horton <[email protected]> * more proper way to filter test cases Signed-off-by: Paul Horton <[email protected]> * update schema to published versions Signed-off-by: Paul Horton <[email protected]> * fetch schema 1.6 JSON Signed-off-by: Jan Kowalleck <[email protected]> * fetch test data for CDX 1.6 Signed-off-by: Jan Kowalleck <[email protected]> * reformat Signed-off-by: Jan Kowalleck <[email protected]> * reformat Signed-off-by: Jan Kowalleck <[email protected]> * refactor Signed-off-by: Jan Kowalleck <[email protected]> * style Signed-off-by: Jan Kowalleck <[email protected]> * refactor Signed-off-by: Jan Kowalleck <[email protected]> * docs Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: Paul Horton <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: Jan Kowalleck <[email protected]>
No description provided.