Skip to content

v1.32.3

Choose a tag to compare

@MIchaelMainer MIchaelMainer released this 24 Jun 23:15
60b1f80

Added

Changed

  • Fixed a generated-source code injection vulnerability (CWE-94) in the C# emitter where newlines in an OpenAPI externalDocs.description could break out of the /// doc comment and inject arbitrary code. #7831
  • Fixed a bug that generares an empty model when allOf inheritance schema is reached via a composed type #7791
  • Fixed a bug in PHP generation where parent::__construct() was generated for parent classes without a constructor #7809 #7810