cncf / cncf-fuzzing

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

Keycloak: Fix fuzzer for removed API call #460

Closed arthurscchan closed 11 months ago

arthurscchan commented 11 months ago

In https://github.com/keycloak/keycloak/pull/22700, the GroupUtils.toGroupHierarchy() method has been removed and new method GroupUtils.populateGroupHierarchyFromSubGroups() has been added. This PR changes the ServiceUtilsFuzzer to accommodate this change to fuzz the new method. This PR also fix the formatting of ServiceUtilsFuzzer.