cncf / cncf-fuzzing

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

keycloak: Add fuzzer for keycloak #418

Closed arthurscchan closed 1 year ago

arthurscchan commented 1 year ago

Add 3 additional fuzzers for keycloak for the providers in the crypto package.

arthurscchan commented 1 year ago

This PR needs rebase after #422 is merged in.

AdamKorcz commented 1 year ago

This PR needs rebase after #422 is merged in.

Can be rebased.

arthurscchan commented 1 year ago

For JweAlgorithmProviderFuzzer and CertificateUtilsProviderFuzzer, the code have some initialization logic in the constructor, thus the provider constructor needed to be called for each fuzzing.