-
Notifications
You must be signed in to change notification settings - Fork 100
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: Extend ScanCode.io pipeline for Rust source and binaries #1435
Milestone
Comments
AyanSinhaMahapatra
added a commit
to aboutcode-org/rust-inspector
that referenced
this issue
Dec 23, 2024
Support parsing rust binaries and getting: 1. Symbols 2. Packages and Dependencies Reference: aboutcode-org/scancode.io#1435 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
added a commit
that referenced
this issue
Dec 30, 2024
* Add support to get packages from rust binaries * Add support for rust source to binary mapping using symbols Reference: #1435 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jan 6, 2025
* Add rust binary support for packages and symbols * Add support to get packages from rust binaries * Add support for rust source to binary mapping using symbols Reference: #1435 Signed-off-by: Ayan Sinha Mahapatra <[email protected]> * Add support for single binary file on the to/ side We were failing on the d2d pipelines if we uploaded a single binary on the to side, as the d2d pipeline requires uploading an archive only. Signed-off-by: Ayan Sinha Mahapatra <[email protected]> * Add warning instead of logger line in go/elf map We were having a lot of extra logger lines in certain cases previously on selecting wrong options, as the traceback was being shown in the log too. So this creates a warning instead of a log entry. Signed-off-by: Ayan Sinha Mahapatra <[email protected]> * Address feedback Signed-off-by: Ayan Sinha Mahapatra <[email protected]> * Update CHANGELOG and documention Signed-off-by: Ayan Sinha Mahapatra <[email protected]> --------- Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a new set of pipelines steps for the binary to source analysis for Rust source and binaries using strings and symbols
The text was updated successfully, but these errors were encountered: