istio / ztunnel

The `ztunnel` component of ambient mesh
Apache License 2.0
287 stars 96 forks source link

Expand fuzz testing #183

Open howardjohn opened 1 year ago

howardjohn commented 1 year ago

Istio and Envoy both integrate with OSS fuzz. Figure out how we can, as well. This is likely a bit different since we use rust, but I think there are other rust projects fuzzing with oss fuzz. Once we have that hooked up, figure out which areas we can/want to fuzz and implement those tests.

howardjohn commented 1 year ago

I am starting work on this

howardjohn commented 1 year ago

https://github.com/google/oss-fuzz/pull/9343

howardjohn commented 1 year ago

Initial fuzzing is done, changing this to expanding fuzz testing