clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Scalable fuzzing infrastructure.

Results 425 clusterfuzz issues
Sort by recently updated
recently updated
newest added

Some issues are not getting filed into the desired component of their code owners. This component is provided as a metadata. The current change aims at emphasising this metadata component...

There are two issues that this PR fixes: 1. When self.client.add_watcher(issue.jira_issue, watcher) fails previously, it'd throw an exception resulting in the entire .save or .create call to fail, which would...

Switch fuzz task to UTaskLocalExecutor and improve fuzzer setup robustness. - Change `fuzz` task type to `UTaskLocalExecutor` in `task_types.py` to run fuzz tasks locally. - Update `_update_fuzzer` in `setup.py` to...

Reverts commit 74f530a95c2f1582a17896dc7c67f81586ce413d which moved fuzz task to UTask. This restores it to UTaskLocalExecutor. --- *PR created automatically by Jules for task [3994721744060364811](https://jules.google.com/task/3994721744060364811) started by @jonathanmetzman*

This change adds metrics to the `retry_stuck_testcases` cronjob to provide better visibility into its operation. The new metrics track the number of testcase candidates and the various outcomes of the...

stale

Batch has been slowed down by using the docker API instead of script API. The docker API does a runtime install to help with auth within docker. This takes a...

## Summary This PR establishes the CI/CD pipelines required to automate the publishing of the casp CLI to both TestPyPI (for development) and PyPI (for production). ## Pipelines Added ###...

Modified corpus_pruning_task.py to log detailed minimization errors as warnings and raise a generic CorpusPruningError. This prevents Stackdriver from creating new error groups for every unique fuzzer error message. Added a...

/* GLOBAL STYLES & RESET */ :root { --primary-color: #007bff; /* Blue for highlights */ --secondary-color: #6c757d; /* Gray for subtle text */ --background-color: #f8f9fa; /* Light background */ --text-color:...