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

FUZ-19A - Improve testcase handling in Bugzilla Template #1069

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

gitstart
Copy link
Contributor

This PR was created by GitStart to address the requirements from this ticket: FUZ-19.


What is in the PR?

This PR improves how we handle testcase attachments in Bugzilla bug reports. Here's what changed:

  1. Made attachment filenames easier to enter:
    • Can now use templates with file extensions from crash testcases
    • Added support for using filename in bug descriptions with {{testcase_attachment}}
  2. Added automatic mime-type detection:
    • Used 'mime' npm package to detect correct mime-types from file extensions
    • Falls back to:
      • application/octet-stream (for binary files)
      • text/plain (for text files)

CLIENT DEMO VIDEO: https://www.loom.com/share/af46fd8c8bc140509f71ff5f76ca7c52?sid=22c7c360-64bb-4f5e-81db-13c29da909f7

@gitstart gitstart requested a review from a team as a code owner March 20, 2025 02:58
Copy link

No Taskcluster jobs started for this pull request

The allowPullRequests configuration for this repository (in .taskcluster.yml on the default branch) does not allow starting tasks for this pull request.

@gitstart-mozilla
Copy link
Contributor

gitstart-mozilla commented Mar 20, 2025

This is a continuation of MozillaSecurity#24

@jschwartzentruber jschwartzentruber merged commit ab41a09 into MozillaSecurity:master Mar 20, 2025
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

Successfully merging this pull request may close these issues.

3 participants