-
Notifications
You must be signed in to change notification settings - Fork 53
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
scylla-apiclient is missing license #237
Comments
2024.1.4 CSV, still not OK:
|
@benipeled - could you please take a look? seems it is related to - https://pypi.org/project/scylla-api-client/ or https://github.com/scylladb/scylla-api-client |
|
What's this product? Is the old api used by nodetool? |
Before my time. If I had to guess - just a library. We can run syft just on that JAR, I reckon. |
accoding to syft tool the metadata cataloger will look for licenses by searching for declarations within packaging manifests locally in the following files in in our case the files are:
and the
Now we need somehow to update this field in ...dist-info/METADATA file :) |
@Annamikhlin - compare it to cqlsh which is also Python based. |
By comparing https://github.com/scylladb/scylla-cqlsh/blob/55aff236a924c65b64cab8a11da4b0b1d2356ae3/pylib/setup.py#L45 |
The SBOM report generated for ScyllaDB doesn't recognize the license of scylla-api-client. This addition of the license keyword to the setup.py should add the information to the SBOM report Ref scylladb/scylla-jmx#237
The SBOM report generated for ScyllaDB doesn't recognize the license of scylla-api-client. This addition of the license keyword to the setup.py should add the information to the SBOM report Ref scylladb/scylla-jmx#237
a new Scylla-api-client was released to get a proper license information in our SBOM report, Refs: scylladb/scylla-jmx#237
a new Scylla-api-client was released to get a proper license information in our SBOM report, Refs: scylladb/scylla-jmx#237 Closes #19324
SBOM report display empty license, ``` type name version licenses library scylla-apiclient 1 Since jmx was removed from OSS master, applying this change directly on release branch ``` Fixes: scylladb#237
Verification passed on master for scylla-api-client (python package): for scylla-apiclient (java package) waiting for merge to 2024.1 for final verification |
From https://s3.amazonaws.com/downloads.scylladb.com/downloads/scylla-enterprise/relocatable/scylladb-branch-2024.1/scylladb_sbom_report_2024.1.3.txt :
Package Name: scylla-api-client
Version: 1.0
Type: python
License: UNKNOWN
The text was updated successfully, but these errors were encountered: