Documentation ¶
Overview ¶
Detects dependencies from Rust binaries built with https://github.com/rust-secure-code/cargo-auditable
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnrecognizedExe = xerrors.New("unrecognized executable format") ErrNonRustBinary = xerrors.New("non Rust auditable binary") )
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct{}
func (*Parser) Parse ¶
func (p *Parser) Parse(r xio.ReadSeekerAt) ([]ftypes.Package, []ftypes.Dependency, error)
Parse scans files to try to report Rust crates and version injected into Rust binaries via https://github.com/rust-secure-code/cargo-auditable
Click to show internal directories.
Click to hide internal directories.