You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fuzzing using a specification, users may want to exclude certain paths, such as /logout, or many ones in case of testing a new feature.
One way to do this is edit the specifcation (like yq 'del(.paths."/logout")' openapi.yml > filtered.yml). But maybe it is also nice if the fuzzer allows to do this by configuration option (blocklist/allowlist).