-
Notifications
You must be signed in to change notification settings - Fork 26
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
Get metadata for and scan debian packages from Purls #300
Conversation
Reference: #245 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Refactor code to not save package metadata scan results as archives, instead scan metadata to be used as base package data and then scan and store package records for binary/source archives. Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
* Supports purl2meta from ubuntu package URLs * Supports getting package information from debian copyrights Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Updates SCTK to latest develop with aboutcode-org/scancode-toolkit#3682 to have debian package releated improvements and also regen related test fixtures. Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
f3e2933
to
cf5ee4d
Compare
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
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.
Thanks!
Please drop the maven parts out of this and consider adding a few tests
* Add source_purl to the index_packages serializer * Use correct purl qualifier for debian package arch Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
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.
@AyanSinhaMahapatra I left some comments regarding empty docstrings in functions and a migration for the purldb Package model update.
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Please merge! |
Reference: #245