Skip to content

Commit

Permalink
Add rust binary parsing support
Browse files Browse the repository at this point in the history
Get packages, dependencies and binary symbols from parsing Rust
binaries, using rust-inspector.

Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Dec 20, 2024
1 parent c40476a commit 5e762a6
Show file tree
Hide file tree
Showing 8 changed files with 162 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ v33.0.0 (next next, roadmap)
- Dependencies for
- Support for copyright detection objects.

- We can now collect packages from a Go binary using go-inspector (Linux-only)
- We can now collect packages from a Rust binary using rust-inspector (Linux-only)

- A new field in packages with the license category for the
detected license expression and also an API function to
Expand Down Expand Up @@ -89,6 +89,9 @@ Changes in Output Data Structure:
- Drop python 3.8 support as this is end of life. Please use older releases if you
are using python 3.8 but this is not recommended.

- We can now collect packages from a Go binary using go-inspector (Linux-only)
See https://github.com/aboutcode-org/scancode-toolkit/pull/3894

v32.2.1 - 2024-07-02
---------------------

Expand Down
Loading

0 comments on commit 5e762a6

Please sign in to comment.