From Fuzzing to Proof: Using Kani with the Bolero Property-Testing Framework

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

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

    An implementation of the IETF QUIC protocol

    Packet parsing is a great application for this type of testing. We've used bolero/Kani in a bunch of s2n-quic's codec implementations - example.

  • kani

    Kani Rust Verifier

    The Kani documentation has more information on what properties are being proven, but the comparison to fuzzing seems a reasonable starting point. If a fuzzer could spot the failure (if only it would generate the right input), then Kani will spot the failure (if only it can scale to handle the code being verified).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

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