Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure #24

Open
Stranger6667 opened this issue Dec 1, 2022 · 0 comments
Open

Restructure #24

Stranger6667 opened this issue Dec 1, 2022 · 0 comments

Comments

@Stranger6667
Copy link
Member

Each run workflow:

  • Spin up Sentry
  • Spin up target
  • Run fuzzer against the target
  • Run processing
    • | fuzzer output | target output | sentry events when available |
    • Aggregation

Structure:

  • meta for all sub-projects
  • crates/
    • sentry-loader
    • postprocessing
    • issue-reporter (add some issue tracker info to metadata). Generate a bug report with instructions
  • pypackages/
    • wafp
    • aggregator (move some aggregation logic to Rust)
  • scripts/
    • build.sh
    • run-all.sh
    • run-experiment.sh
    • process-artifacts.sh
    • add-new-fuzzer.sh
    • add-new-target.sh

Processing TODO:

  • A wrapper that runs processing for an arbitrary target (bash?)
  • Move processing separately
  • Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant