You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ If you're using a shell other than bash, or if using an alias is not an option,
56
56
*[syft](https://github.com/anchore/syft) v0.53.0+ has experimental support for detecting this data in binaries.
57
57
When used on images or directories, Rust audit support must be enabled by adding the `--catalogers all` CLI option, e.g `syft --catalogers all <container image containing Rust auditable binary>`.
58
58
*[blint](https://github.com/owasp-dep-scan/blint) v2.1.3 and later can recover this data and output it as CycloneDX.
59
+
*[wasm-tools](https://github.com/bytecodealliance/wasm-tools) v1.227.0 and later can recover this data.
59
60
*[rust-audit-info](https://crates.io/crates/rust-audit-info) recovers the dependency list from a binary and prints it in JSON.
60
61
61
62
### Can I read this data using a tool written in a different language?
0 commit comments