-
Notifications
You must be signed in to change notification settings - Fork 27
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
debian mapper: better process Vcs-Git field #3
Comments
Also see aboutcode-org/vulnerablecode#649 |
To add insult to injury, https://anonscm.debian.org/ has long been replaced by Salsa based on gitlab |
There are still plenty of references:
I guess that #122 is similar, but then for SCM URLs and historical references, not just historical downloads. |
@AyanSinhaMahapatra Is this something you may have done while improving Debian support? |
Detect and store more attributes from debian .dsc metadata files. Reference: aboutcode-org/scancode.io#1151 Reference: aboutcode-org/purldb#3 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Detect and store more attributes from debian .dsc metadata files. Also properly detect and create packages from control and md5sums files. Reference: aboutcode-org/scancode.io#1151 Reference: aboutcode-org/purldb#3 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
@pombredanne no I missed this issue. But see the PR above I we now parse and store Is there other fields from .dsc files we can also store, which could be benificial? would storing any of these be beneficial?
|
Note that the recent .dsc files like at https://github.com/nexB/scancode-toolkit/blob/debian-package-detection/tests/packagedcode/data/debian/dsc_files/zsh_5.7.1-1%2Bdeb10u1.dsc#L14 are storing the correct vcs url.
What should we do for this? |
Detect and store more attributes from debian .dsc metadata files. Also properly detect and create packages from control and md5sums files. Reference: aboutcode-org/scancode.io#1151 Reference: aboutcode-org/purldb#3 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Detect and store more attributes from debian .dsc metadata files. Also properly detect and create packages from control and md5sums files. Reference: aboutcode-org/scancode.io#1151 Reference: aboutcode-org/purldb#3 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Some
.dsc
files have aVcs-Git
field, next toVcs-Browser
. Fromzsh_5.2-3.dsc
:Although these are somewhat processed by and stored as
vcs-url
it might be worth breaking it down a bit more (the type of vcs, and so on). Also, as the repositories mentioned inVcs-Git
field are where the Debian specific metadata lives (such as the.dsc
itself) it might be worth treating it differently (and potentially use it to mine even more information).The text was updated successfully, but these errors were encountered: