-
Notifications
You must be signed in to change notification settings - Fork 94
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
back2source: Run pipeline for Rust source and binaries #1475
Comments
Support rust binary parsing Reference: aboutcode-org/scancode.io#1475
@pombredanne We need the list of inputs to make progress on this one. |
@tdruez I have a list with me, let me upload a csv for this soon. Maybe we should have the inputs (csvs with source/binary links), scan outputs (JSON) and the report csvs all at https://github.com/aboutcode-org/back2source-data in a structured format? I can start a PR there |
@AyanSinhaMahapatra See #1476 (comment) for the supported CSV input example. |
@tdruez I've added aboutcode-org/back2source-data#6 with the input files, reports and scans for Rust. Ready for your review, is this an okay structure to store the data? I'm adding the Scan data too, as this could be useful to look at improvements in various scans for improvements in SCIO d2d pipelines |
@AyanSinhaMahapatra Thanks for the listing at https://github.com/aboutcode-org/back2source-data/blob/fe50e25c82b70ceea9feba224bd50624ba77e47c/input-data/rust.csv |
@tdruez @AyanSinhaMahapatra 25 projects is a good enough start for now IMHO. We can expand this later, these project with binaries are harder to find for Rust and a few other ecosystem. We should in a near future run this at scale on many projects, like all rust crates! |
One approach to find these which I've used for rust and could also be helpful for other ecosystems is finding a github action which releases rust binaries and source, and then search github repos with that to get releases with rust binary and source archives. For rust this was |
Create a project lists that use rust |
Run on the 100 projects list provided at https://github.com/user-attachments/files/18531274/back2source_rust_projects_list-2025-01-23.csv
Results: back2source-report-Rust.xlsx |
No description provided.
The text was updated successfully, but these errors were encountered: