Rust-fuzz trophy case

I recently became aware of https://github.com/rust-fuzz/trophy-case, which is a good jumping point to see the types of bugs fuzzing rust code surfaced in some crates. I thought others might find it interesting as well.

2 Likes

It's nice to see that overwhelming majority of the cases are caught by Rust and merely cause a panic.

FYI, a new column was just added to the trophy case which highlights a couple severe security issues found via fuzzing: https://github.com/rust-fuzz/trophy-case/issues/28

1 Like