Skip to content

Add fuzz testing for the API server's validation layer beyond validation_fuzz_tests.rs #886

Description

@fejilaup-cloud

Labels: testing, security
Priority: Medium
Estimated Time: 2 hours

Description:
api-server/src/validation_fuzz_tests.rs exists. Confirm it covers the request bodies for all endpoints that will be wired to real RPC calls (#36#47), not just an initial subset.

Tasks:

  • Extend fuzz targets to cover every public request schema in schemas.rs
  • Run fuzzing in CI on a time-boxed schedule (e.g. nightly) rather than only locally
  • Document any crashes/panics found and their fixes

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions