Skip to content

v0.2.2: Coverage-Guided Fuzzing Harness

Latest

Choose a tag to compare

@jonbaldie jonbaldie released this 24 Jun 19:53

Added a dedicated AFL++-based fuzzing harness to discover crashes and edge cases in the C# parser and ruleset loader.

What's New

  • Coverage-guided fuzzing infrastructure to test the parser and ruleset loader

    • Independent targets for C# source code parsing and ruleset XML parsing
    • Seed corpora to bootstrap coverage
    • Docker-based AFL++ runner for continuous fuzzing
    • Findings storage for crashes and interesting inputs
  • Updated version constants from 0.1.0 to 0.2.2 across all report renderers

For details, see CHANGELOG.md.