Create Broken Files 2.0.0 - Fuzzing, but from other side

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cargo-fuzz

    Command line helpers for fuzzing

  • While testing ruff with cargo-fuzz, I noticed that most of the strings tested in the input are almost completely random data, which even after 2 hours of testing find almost no errors and crashes, mostly due a lot of parse errors.

  • ruff

    An extremely fast Python linter and code formatter, written in Rust.

  • At work we started using ruff instead of pylint and flake8, so I decided to test it a bit more and discovered 2 crashes.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • create_broken_files

    App to create broken files, can be used as fuzzer for some apps.

  • Crates - https://crates.io/crates/create_broken_files Github - https://github.com/qarmin/create_broken_files License - MIT Speed - Very Fast

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts