Skip to content

Commit b0fabb4

Browse files
authored
Merge pull request #186 from rust-secure-code/Shnatsel-patch-1
Add link to blint repo to README
2 parents 4ef5399 + c171418 commit b0fabb4

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
@@ -54,7 +54,7 @@ If you're using a shell other than bash, or if using an alias is not an option,
5454

5555
* [syft](https://github.com/anchore/syft) v0.53.0+ has experimental support for detecting this data in binaries.
5656
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>`.
57-
* [blint] v2.1.3 and later can recover this data and output it as CycloneDX.
57+
* [blint](https://github.com/owasp-dep-scan/blint) v2.1.3 and later can recover this data and output it as CycloneDX.
5858
* [rust-audit-info](https://crates.io/crates/rust-audit-info) recovers the dependency list from a binary and prints it in JSON.
5959

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

0 commit comments

Comments
 (0)