ShouheiNishi
ShouheiNishi
I would like you to introduce Dependabot and update the version of the go module and yarn package. https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security#what-is-dependabot
## Describe the bug Free5GC currently uses some go modules which have vulnerability ## To Reproduce 1. Install trivy security scanner (https://aquasecurity.github.io/trivy/). 2. Make all modules of Free5GC. 3. Execute...
This PR adds test code that exhaustively tests the response code in strict server. The automatically generated spec file and test code are used to test combinations such as content-type...
The strict server cannot return JSON object with additionalProperties. It seems that wrapper for strict server ignore custom MarshalJSON(). We do not create the minimal test code for this issue...
If paths contain an external reference and the schema of the operation parameter is an array, code generation fails.
The field of the go structure corresponding to the nullable and required OpenAPI property has zero value. In this case, if there is no 'nullable-type' option, the field is encoded...
If the schema is existed in content in operation object and describes array of object with additionalProperties, code generation is failed. Test data is in https://github.com/ShouheiNishi/oapi-codegen/commit/81494c12c605e380ea880d231767a6fe39c4ba1a. ``` $ git status...
This PR make that the empty check code in custom json.Marshaler to emulate the behavior of omitempty is generated correctly. Empty field determination will be performed even in read-only properties....
In Fiber strict server, when the response definition in another spec file is referenced from the operation, fix that the first letter of the package name in generated codes is...