Closed kranonetka closed 51 minutes ago
Good point! I have attempted a quick fix - would you please check if this solves the issue you're experiencing? You can find it on the fix-resolve-textplain-body-references
branch, and in PR #40.
It's been working for more than 15 minutes, it looks like the solution worked
Describe the bug When attempting to fuzz Keycloak, the application sometimes closes with an error and a stack trace:
Versions:
To Reproduce
header.yaml
:./wuppiefuzz verify-auth \ --openapi-spec KeyCloak_OpenAPI/openapi.yaml \ --header header.yaml
After starting Keycloak, go to http://localhost:8080, where the login and password are
admin
. Go toClients
->security-admin-console
and enableDirect Access Grants
.Then go to
Realm Settings
->Tokens
and increaseAccess Token Lifespan
andClient Login Timeout
to a longer duration, like 1 day, to generate long-lived tokens.Expected behavior The fuzzing process should not stop with a "not yet implemented" error.