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.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...
### Overview In my project, we use HTTP-only cookies exclusively for sending authentication tokens, and the Authorization header is not required. I encountered issues with the current `validateHttp()` implementation because...
**Describe the bug** I ran into an issue, that the Validator returned a 405 Error for an existing Route. The Problem is that there is a conflict between two routes,...
Snyk has created this PR to upgrade path-to-regexp from 8.1.0 to 8.2.0. :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 fix 4 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `examples/4-eov-operations-babel/package.json` - `examples/4-eov-operations-babel/package-lock.json` #### Vulnerabilities...
 Snyk has created this PR to upgrade express-openapi-validator from 5.3.1 to 5.3.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
**Describe the bug** If I send a multipart form data (File + Body), the body validation failed due to a boolean in it. **To Reproduce** Send a multipart form data...
Hi everyone, I had a situation where I needed to ignore validation for certain combinations of `method` and `path` in my API, but currently, the `ignorePaths` function only accepts `path`...
Please update to the current version of path-to-express, to mitigate the security vulnerability described in https://github.com/advisories/GHSA-9wv6-86v2-598j. Fix version should be 8.1.0 Thanks :-)!
 Snyk has created this PR to upgrade express-openapi-validator from 5.3.1 to 5.3.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...