Files
fuzzforge_ai/test_projects/rust_fuzz_test
tduhamel42 40d48a8045 feat: Complete Temporal migration cleanup and fixes
- Remove obsolete docker_logs.py module and container diagnostics from SDK
- Fix security_assessment workflow metadata (vertical: rust -> python)
- Remove all Prefect references from documentation
- Add SDK exception handling test suite
- Clean up old test artifacts
2025-10-14 15:02:52 +02:00
..

rust_fuzz_test

FuzzForge security testing project.

Quick Start

# List available workflows
fuzzforge workflows

# Submit a workflow for analysis
fuzzforge workflow <workflow-name> /path/to/target

# View findings
fuzzforge finding <run-id>

Project Structure

  • .fuzzforge/ - Project data and configuration
  • .fuzzforge/config.yaml - Project configuration
  • .fuzzforge/findings.db - Local database for runs and findings