cncf / cncf-fuzzing

✨🔐 CNCF Fuzzers
https://cncf.io/projects
Apache License 2.0
111 stars 41 forks source link

keycloak: Refactor fuzzers #503

Closed AdamKorcz closed 3 weeks ago

AdamKorcz commented 3 weeks ago

In general: Remove break at the end of a case in switch statements.

Remove null checks before testing the target method: We want to know if this does not work and not hide it.

Rewrite some bytes and strings in the cryptoutils fuzzer to be more flexible.

cc @arthurscchan for info