Get metadata for and scan debian packages from Purls#300
Merged
AyanSinhaMahapatra merged 15 commits intomainfrom Mar 15, 2024
Merged
Get metadata for and scan debian packages from Purls#300AyanSinhaMahapatra merged 15 commits intomainfrom
AyanSinhaMahapatra merged 15 commits intomainfrom
Conversation
Reference: #245 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
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 <ayansmahapatra@gmail.com>
* Supports purl2meta from ubuntu package URLs * Supports getting package information from debian copyrights Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
armijnhemel
reviewed
Feb 28, 2024
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
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 <ayansmahapatra@gmail.com>
f3e2933 to
cf5ee4d
Compare
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
pombredanne
requested changes
Mar 11, 2024
Member
pombredanne
left a comment
There was a problem hiding this comment.
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 <ayansmahapatra@gmail.com>
JonoYang
requested changes
Mar 14, 2024
Member
JonoYang
left a comment
There was a problem hiding this comment.
@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 <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
pombredanne
reviewed
Mar 15, 2024
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Member
|
Please merge! |
8 tasks
JonoYang
pushed a commit
that referenced
this pull request
Apr 14, 2025
Get metadata for and scan debian packages from Purls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference: #245