You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
component: fuzzing "events" send and requested between components.
function: fuzzing function inputs.
This ticket is aimed at a PoC of blackbox testing, specifically beaconAPI fuzzing.
🛠️ Proposed solution
Approved design doc: link
Core team consensus on the proposed solution
The aim would be to run fuzzing as part of compose.
But for that, we need to be able to fuzz beaconmock.
Identify how this would work and implement a basic fuzzing test focussing on one or two beacon mock endpoints.
🧪 Tests
Tested by new automated unit/integration/smoke tests
Manually tested on core team/canary/test clusters
Manually tested on local compose simnet
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
As part of our testing strategy, we have identified that fuzzing of the charon code base is required. There are three layers to fuzz test:
This ticket is aimed at a PoC of blackbox testing, specifically beaconAPI fuzzing.
🛠️ Proposed solution
The aim would be to run fuzzing as part of
compose
.But for that, we need to be able to fuzz beaconmock.
Identify how this would work and implement a basic fuzzing test focussing on one or two beacon mock endpoints.
🧪 Tests
The text was updated successfully, but these errors were encountered: