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 238 express-openapi-validator issues
Sort by recently updated
recently updated
newest added

Would it be possible to validate string format `duration`? See discussion: https://github.com/OAI/OpenAPI-Specification/issues/359 Definition: https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.7.3.1

enhancement

**Describe the bug** ```js // property tags of the filter parameter { filter: { tags: ['APPLE'] } } // is converted to string { filter: { tags: 'APPLE' } }...

Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=body-parser&from_version=1.19.0&to_version=1.19.1&pr_id=10bd741b-efb8-4b32-bca9-ef714582751b&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=body-parser&from_version=1.19.0&to_version=1.19.1&pr_id=4bee8af4-cce7-440b-bd11-460605c430fd&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=body-parser&from_version=1.19.0&to_version=1.19.1&pr_id=b554c155-d7d7-4055-978d-08905d4de621&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Is it possible to combine swagger-jsdoc with express-openapi-validator? The following code: ``` javascript var schema = swaggerJsdoc( { swaggerDefinition: { openapi: '3.0.0', info: { title: 'Title', description: 'API', version: '1.0.0',...

Snyk has created this PR to upgrade multer from 1.4.3 to 1.4.4. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=multer&from_version=1.4.3&to_version=1.4.4&pr_id=1bc17e01-a5a3-4324-9d58-d6e7c1d7c098&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

**Is your feature request related to a problem? Please describe.** It could be great to use OpenAPIValidator mecanism to generate an AJV object and use it outside of an OpenAPI...