https://github.com/rust-secure-code/go-rustaudit
Go library for inspecting Rust binaries produced with https://github.com/rust-secure-code/cargo-auditable
https://github.com/rust-secure-code/go-rustaudit
Last synced: 7 months ago
JSON representation
Go library for inspecting Rust binaries produced with https://github.com/rust-secure-code/cargo-auditable
- Host: GitHub
- URL: https://github.com/rust-secure-code/go-rustaudit
- Owner: rust-secure-code
- License: mit
- Created: 2022-07-12T11:10:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T11:13:15.000Z (8 months ago)
- Last Synced: 2025-03-02T14:18:32.108Z (7 months ago)
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-rustaudit
Go library for extracting Rust dependency information from Rust binaries built with [cargo-auditable](https://github.com/rust-secure-code/cargo-auditable) (previously named rust-audit).
It's used by trivy and syft to consume cargo-auditable information.