From da0d8781b5894b2e65cd461eee6df6ad46e7a23b Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Tue, 30 Aug 2022 14:14:43 -0700 Subject: [PATCH] Add a template for fuzz bugs (#4808) Add a template for fuzz bugs Co-authored-by: Jamey Sharp --- .github/ISSUE_TEMPLATE/fuzzbug.md | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/fuzzbug.md diff --git a/.github/ISSUE_TEMPLATE/fuzzbug.md b/.github/ISSUE_TEMPLATE/fuzzbug.md new file mode 100644 index 0000000000..52cd30bf61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/fuzzbug.md @@ -0,0 +1,44 @@ +--- +name: Fuzz Bug Report +about: Report a fuzz bug in Wasmtime or Cranelift +title: ' fuzzbug: ' +labels: bug, fuzz-bug +assignees: '' +--- + +Thanks for filing an issue! Please fill out the TODOs below, and change `` in the title to the corresponding fuzzing target. + + + +
+Test case input + + + +``` +TODO_paste_the_base64_encoded_input_here +``` + +
+ +
+`cargo +nightly fuzz fmt` output + + + +``` +TODO_paste_cargo_fuzz_fmt_output_here +``` + +
+ +
+Stack trace or other relevant details + + + +``` +TODO_paste_the_report_here +``` + +