swagger-codegen icon indicating copy to clipboard operation
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.

Results 498 swagger-codegen issues
Sort by recently updated
recently updated
newest added

## CVE-2022-25857 - High Severity Vulnerability Vulnerable Libraries - snakeyaml-1.15.jar, snakeyaml-1.12.jar, snakeyaml-1.16.jar, snakeyaml-1.30.jar snakeyaml-1.15.jar YAML 1.1 parser and emitter for Java Library home page: http://www.snakeyaml.org Path to dependency file: /samples/server/petstore/jaxrs-resteasy/joda/build.gradle...

security vulnerability

## CVE-2022-40150 - High Severity Vulnerability Vulnerable Library - jettison-1.1.jar A StAX implementation for JSON. Path to dependency file: /samples/client/petstore/scala/build.gradle Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.codehaus.jettison/jettison/1.1/1a01a2a1218fcf9faa2cc2a6ced025bdea687262/jettison-1.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.codehaus.jettison/jettison/1.1/1a01a2a1218fcf9faa2cc2a6ced025bdea687262/jettison-1.1.jar Dependency Hierarchy: - jersey-ahc-client-1.0.5.jar (Root...

security vulnerability

## CVE-2022-40149 - High Severity Vulnerability Vulnerable Library - jettison-1.1.jar A StAX implementation for JSON. Path to dependency file: /samples/client/petstore/scala/build.gradle Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.codehaus.jettison/jettison/1.1/1a01a2a1218fcf9faa2cc2a6ced025bdea687262/jettison-1.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.codehaus.jettison/jettison/1.1/1a01a2a1218fcf9faa2cc2a6ced025bdea687262/jettison-1.1.jar Dependency Hierarchy: - jersey-ahc-client-1.0.5.jar (Root...

security vulnerability

### PR checklist - [X ] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [N/A ] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change....

##### Description [As inheritance is transitive in C#](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/tutorials/inheritance), it allows you to define an inheritance hierarchy for a set of types. In other words, type D can inherit from type...

### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...

## WS-2022-0161 - High Severity Vulnerability Vulnerable Library - newtonsoft.json.10.0.3.nupkg Json.NET is a popular high-performance JSON framework for .NET Library home page: https://api.nuget.org/packages/newtonsoft.json.10.0.3.nupkg Dependency Hierarchy: - :x: **newtonsoft.json.10.0.3.nupkg** (Vulnerable Library)...

security vulnerability

##### Description I'm working on a project where we use codegen to only generate the models. It be really useful to have a method that deserializes a JSON string into...

##### Description The usage of `additionalProperties` generates invalid code that tries to extend a `null` interface. The output looks like this: ``` export interface ExampleRequestBody extends null { } ```...

https://github.com/swagger-api/swagger-codegen/issues/11833 ### PR checklist - [X] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [?] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For...