swagger-codegen
swagger-codegen copied to clipboard
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
## CVE-2021-23440 - High Severity Vulnerability Vulnerable Libraries - set-value-0.4.3.tgz, set-value-2.0.0.tgz set-value-0.4.3.tgz Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. Library home page: https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz Path to dependency...
## CVE-2019-20149 - High Severity Vulnerability Vulnerable Library - kind-of-6.0.2.tgz Get the native type of a value. Library home page: https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz Path to dependency file: /samples/client/petstore/javascript-es6/package.json Path to vulnerable library:...
Hi, we have some issues generating a java client when allof/ref and enums are involved. Sadly we need the allof and we can not omit it since the yaml is...
##### Description I am trying to generate **ruby** code for the .json file provided below. It generates fine, but the code that comes out of it does not have any...
##### Description Json parsers like gson need setters for all non transient fields by default. But setters for `readonly` fields are missed in codegen. So json parser can to use...
##### Description The code in python-client/swagger_client/api_client.py contains code for the ApiClient class. I have found that two methods in the generated ApiClient class need to be patched in order ot...
##### Description The generated client is not setting the access token in the header to the API calls, as per the security scheme mentioned in the Swagger spec. Even though...
##### Description I wanted to use the online generator to generate codes. I'm using the Zuora swagger definition but whichever file I choose, it always returns this message: `{"code":1,"type":"error","message":"The swagger...
##### Description The feature request is to add the capability to generate a client library based on the [WebClient API](https://docs.spring.io/spring-framework/docs/5.0.0.BUILD-SNAPSHOT/spring-framework-reference/html/web-reactive.html#web-reactive-client) offered by non-blocking Spring WebFlux framework ##### Suggest a fix/enhancement...
##### Description Calling swagger-codegen for the ruby client does not update the OpenAPI spec version in the comments of the spec files. ##### Swagger-codegen version ``` > swagger-codegen version 3.0.52...