You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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