swagger-tools icon indicating copy to clipboard operation
swagger-tools copied to clipboard

A Node.js and browser module that provides tooling around Swagger.

Results 101 swagger-tools issues
Sort by recently updated
recently updated
newest added

Running NPM audit reveals that the `validator` package that is used by `z-schema`, which is a dependency of swagger-tools, has a moderate vulnerability. [Link to the z-schema Github issue](https://github.com/zaggino/z-schema/issues/273) [Link...

According to NPM audit, the `dicer` package has been marked with a high vulnerability. Swagger-tools is impacted by this vulnerability by way of this path: `swagger-tools > multer > busboy...

Hi Team, we are using swagger-tools and now our security team has raised a License issue with it as Swagger is using json-refs which inturn is using Slash. Slash is...

Hello, I am trying to process token and send a response back if the token is not present. I am trying to follow the document [here](http://miguelduarte.pt/2017/04/19/using-jwt-authentication-with-swagger-and-node-js/) The issue is that...

The Swagger 3.0 spec was released back in July [source](https://swagger.io/announcing-openapi-3-0/), but the [README.md](https://github.com/apigee-127/swagger-tools/blob/310d1dedbb88a3de328fc421b261e0566ffbf2af/README.md) for swagger-tools (latest release: 0.10.1) states support only for 1.2 and 2.0. What is your timeline for...

does this lib support swagger 3 ? or can anyone point me to the correct swagger libs in order to display swagger ui and still get schema validation etc

Vulnerability in validator package < 13.7.0 Updating z-schema package to 5.0.2 fixes this vulnerability as it depends on validator 13.7.0 I set package version to 0.10.5 as there is already...

I wrote an API that streams data from another server to client. The problem is that my API buffers the whole stream to memory until it starts sending it to...

Modified regex expression `handlerCacheFromDir` function to exclude files where "**.d**" preceded "**.ts**" file extension. `var jsFileRegex = /(\.(coffee|js)|(?