express-openapi-validator
express-openapi-validator copied to clipboard
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade express-openapi-validator from 5.1.6 to 5.2.0. :information_source: Keep your dependencies...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 11.6.2 to 11.6.3. :information_source: Keep your dependencies...
**Is your feature request related to a problem? Please describe.** Given our business logic, we are in need of adding custom-keywords. For example: ``` in: path name: offset schema: type:...
As per [this issue](https://github.com/cdimascio/express-openapi-validator/issues/927) we are in need of custom keywords. This pull request adds the support for that. As the Ajv constructor already supports receiving keywords as options only...
**Describe the bug** When response validation is enabled, and my spec contains several examples with a field called `id` containing the same string value, the `express-openapi-validator` in version 5.2.0 produces...
Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Make the default request handler resolver work in ESM projects by allowing a URL value for `options.operationHandlers`. If a URL is passed, then a dynamic import will be used to...
**Describe the bug** https://github.com/cdimascio/express-openapi-validator/pull/921 changed the signature of the [resolver function](https://github.com/cdimascio/express-openapi-validator/blob/master/src/framework/types.ts#L71) from ```typescript resolver: Function; ```` to ```typescript resolver: ( handlersPath: string, route: RouteMetadata, apiDoc: OpenAPIV3.Document, ) => RequestHandler |...
 Snyk has created this PR to upgrade express-openapi-validator from 5.2.0 to 5.3.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...