Skip to content

Add Support for Arazzo Specification for the Functional Fuzzer #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BragdonD opened this issue Feb 27, 2025 · 1 comment
Open

Add Support for Arazzo Specification for the Functional Fuzzer #156

BragdonD opened this issue Feb 27, 2025 · 1 comment

Comments

@BragdonD
Copy link

Is your feature request related to a problem? Please describe.

Currently, CATS uses its own file format to define sequences of requests for functional fuzzing. With the emergence of the Arazzo specification from OpenAPI, which provides a standardized way to describe request sequences, it would be beneficial to know if there are plans to support this new specification.

Describe the solution you'd like

I would like to see support for the Arazzo specification within CATS, allowing users to define request sequences using this standard instead of the current custom format. This could either be an alternative input format or a full migration if Arazzo proves to be a better fit.

Describe alternatives you've considered

  • Continuing to use the current CATS format.
  • Implementing a converter from Arazzo to the current CATS format as a temporary solution.

Additional context

Arazzo is designed specifically for defining sequences of requests in OpenAPI, making it a natural fit for the functional fuzzer. More details about the Arazzo specification can be found here: Azazzo Specification.

@BragdonD BragdonD changed the title Add Support for Arazzo Specification in Functional Fuzzing Add Support for Arazzo Specification for the Functional Fuzzer Feb 27, 2025
@en-milie
Copy link
Contributor

en-milie commented Mar 3, 2025

Hi. This is a very good idea. Arazzo Specs seem to be quite young. We'll assess what options there are at the moment for integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants