-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add status or details for package #880
Comments
@pombredanne Could you provide the status values for each case? |
This requires a bit of thinking, first what would the data structure be. |
We also need to plan ahead for when we may have status codes entered by a person
|
Two new fields, I think: pkg_origin list of values.
is_scanned yes/no/unknown |
perhaps one more: sctk_version |
Signed-off-by: Thomas Druez <tdruez@nexb.com>
I think we need to revisit this as we may have tried to pack too many things in one field:
|
From a discussion with @pombredanne This should be best implemented by a status/origin log which is a list of status values (similar to how we have detection logs in LicenseDetection objects) This is a list and not a single value because, a package can have multiple data sources and origin, like in the following flow (keeping in mind future plans too):
Suggesting the values (not exhaustive, please add and update) for this based on the list above by @DennisClark:
Suggestions on attribute name: |
When I see a package in a scan, I would like to know where we got it from.
The text was updated successfully, but these errors were encountered: