Skip to content
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

Parameter key 'examples' is not yet used when generating a corpus #39

Open
grebnetiew opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@grebnetiew
Copy link
Contributor

Describe the bug
In openapi/example.rs, for instance line 208, the example field of a parameter is used to generate a value for the corpus. There is also an examples field (plural) where one can specify multiple examples, but we don't attempt to read it.

Versions:

  • OS: any
  • rustc: any
  • Wuppiefuzz: any at the time of writing (v1.1.0)

To Reproduce
Add an examples field to a parameter in your API and generate a corpus.

Expected behavior
The examples are used in the generated corpus.

Additional context
See #37

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

1 participant