express-openapi-validator icon indicating copy to clipboard operation
express-openapi-validator copied to clipboard

🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification

Results 215 express-openapi-validator issues
Sort by recently updated
recently updated
newest added

I would like to attach arbitrary properties to a method description block that can be read from a handler function. Is that possible right now?

**Describe the bug** Path alises using [`$ref`](https://swagger.io/docs/specification/using-ref/) not working **To Reproduce** File openapi.yaml has this portion: ```yaml /municipios/{municipio}: summary: Detalhes sobre Município get: parameters: - in: path name: municipio required:...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade path-to-regexp from 6.2.0 to 6.2.2. :information_source: Keep your dependencies up-to-date....

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior. Create an OpenAPI schema 3.0.0. Use a repeated component in...

**Describe the bug** When setting `nullable` and `minLength` for a string and sending a request which does not fullfil the `minLength` makes the request hang **To Reproduce** Just try the...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

**Is your feature request related to a problem? Please describe.** I have been testing this middleware via AWS Lambda. And it provides much better validation responses than AWS API Gateway,...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade express from 4.18.2 to 4.18.3. :information_source: Keep your dependencies up-to-date....

**Describe the bug** I have an express server that is configured with multiple middleware, including some before the openapi validator and some after, such as: ``` app.use(someMiddleware); app.use(openApiValidator); app.use(someOtherMiddleware); ```...