Skip to content

Commit 9776ef4

Browse files
authored
Include the command required to view metadata
1 parent 0648d4c commit 9776ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you're using a shell other than bash, or if using an alias is not an option,
5656
* [syft](https://github.com/anchore/syft) v0.53.0+ has experimental support for detecting this data in binaries.
5757
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>`.
5858
* [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+
* [wasm-tools](https://github.com/bytecodealliance/wasm-tools) v1.227.0 and later can recover this data from WebAssembly. Try `wasm-tools metadata show`.
6060
* [rust-audit-info](https://crates.io/crates/rust-audit-info) recovers the dependency list from a binary and prints it in JSON.
6161

6262
### Can I read this data using a tool written in a different language?

0 commit comments

Comments
 (0)