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

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) 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-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) 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-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) 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-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) 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...