openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

Results 1209 openapi-generator issues
Sort by recently updated
recently updated
newest added

Vulnerability description OpenAPI Generator contains a server side request forgery (SSRF) vulnerability. A remote unauthenticated attacker could exploit this vulnerability by using a crafted API request in order to view...

Issue: Bug

### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how...

Copied the enumPropertyNaming functionality from the Kotlin generator, with some adjustments to make it compliant with the current implementation of the `enumPropertyNaming=UPPERCASE` default case. Most notably, this implementation handles a...

##### Description I have the following schema that describes the different roles an employee can have in different projects as a map of collection of enum, e.g.: ```yaml Employee: type:...

Issue: Bug

#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?...

Issue: Bug

### Is your feature request related to a problem? Please describe. I am using an API that uses 500 error on some endpoints, it's specified in the API spec, but...

Enhancement: Feature

#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? -...

Issue: Bug

close #18735 based on work by @jpfinne in #19235 Turns the `containteDefaultToNull` setting from a boolean to a String, allowing more detailed configuration. "false" and "true" are still supported. ###...

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

UUID type is extremely common in REST APIs. Most, if not all, resources fetched from a REST API contain an ID and most of the time, this ID is a...

Enhancement: Feature