express-openapi-validator
express-openapi-validator copied to clipboard
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
 Snyk has created this PR to upgrade express-openapi-validator from 5.3.7 to 5.3.9. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade express-openapi-validator from 5.3.8 to 5.3.9. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade express-openapi-validator from 5.3.6 to 5.3.9. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade express-openapi-validator from 5.3.7 to 5.3.9. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
In the OpenAPI spec, for object types, I add `additionalProperties: false`. With this project, using the `removeAdditional` for both `validateRequests` and `validateResponses`, I can have all additional properties removed. I...