Skip to content

Conversation

@marcwickenden
Copy link

This is a simple change which ensures the query string parameters are included in the validation.

As an example you may have a security scheme as follows, which was not being checked.

"components": {
    "securitySchemes": {
      "apiKey": {
        "type": "apiKey",
        "in": "query",
        "name": "apiKey"
      }
    }
}

@marcwickenden marcwickenden requested a review from a team as a code owner June 17, 2024 07:39
@jamietanna jamietanna added this to the v1.2.0 milestone Apr 25, 2025
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

Successfully merging this pull request may close these issues.

2 participants