Skip to content

Filtering of endpoints before fuzzing #104

@grebnetiew

Description

@grebnetiew

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).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions