mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-11 19:30:53 +00:00
* remove the dead code Remove the dead code from ApiClient The code is not used and it contains vulnerability of Log Forgery when it writes unvalidated http header to the log. An attacker could take advantage of this behaviour to forge log entries or inject malicious content into the log. * update Petstore samples * whitespace