clusterfuzz
clusterfuzz copied to clipboard
Scalable fuzzing infrastructure.
It looks like our `JobRun` stats are not being uploaded with the fully qualified fuzzer name (e.g. "libFuzzer_project_target"), and instead just being uploaded with the parent name ("libFuzzer"). This is...
### Motivation In order to kickstart fuzzing in a testing environment, we need to mirror the Job, Fuzzer and DataBundle entities. This PR adds the capability of importing Jobs from...
(drive by add additional component filter in query for extra safety)
This PR introduces the emits of `TestcaseRejectionEvent` in the desired steps of the triage task life cycle as stated in the "Testcase rejection" section of "Lightweight Clusterfuzz Tracing" doc. We...
This PR introduces the `IssueFilingEvent` with associated tests and updates the `TestcaseLifecycleEvent` datastore data type. I will later create other PRs to introduce the emits in the desired steps of...
We previously aimed for 103K cores. Empirically, I found we used roughly 93,000 cores. Fix this by aiming for 110,000 cores.
b/421159107
### Motivation #4808 implemented the entity exporting feature for testing environments, now we need the respective import logic. This PR implements that ### Changes * For each entity type to...
After some problems with PubSub, some open testcases were not properly set to continue their bug management flow of file issuing etc. This script should be run once to unblock...