You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package_data already contains a detected license under the field `declared_license`. However, since `declared_license` is not a supported field, it gets excluded during `package = packagedata_from_dict(package_data)`. The code has been updated to transfer the value of `declared_license`, if present, to the supported field `extracted_license_statement`.
Signed-off-by: Chin Yeung Li <tli@nexb.com>
purl: pkg:github/adobe/aa-client-go@0.9.1
The /api/collect/ for the above purl return the following:
The tool should fetch the license information from github's API ( https://api.github.com/repos/adobe/aa-client-go ) i.e.
In addition, we should use the actual filename from the downloaded file from the download_url
For instance,
The actual filename should be
aa-client-go-0.9.1.tar.gz
instead ofv0.9.1.tar.gz
The text was updated successfully, but these errors were encountered: