Code Fuzzing
This action performs fuzzing on the code to detect errors.
Steps:
| Key | Description | Details |
|---|---|---|
| Trigger | git push |
To branch main
|
| Trigger | Pull Request | |
| Trigger | Workflow (manual) | https://github.com/neomutt/neomutt/actions/workflows/cifuzz.yml |
| Uses | Google’s oss-fuzz | https://github.com/google/oss-fuzz |
| Uses | GitHub’s upload artifacts action | https://github.com/actions/upload-artifact |
| Runs-on | ubuntu-latest | neomutt/ubuntu |
| Description | Location |
|---|---|
| Action | https://github.com/neomutt/neomutt/blob/main/.github/workflows/cifuzz.yml |
| Action Logs | https://github.com/neomutt/neomutt/actions/workflows/cifuzz.yml |
| Source Code | https://github.com/neomutt/neomutt |
| CIFuzz | https://github.com/CodeIntelligenceTesting/cifuzz |