Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Recommended retries only transient codes (408, 429, 502, 503, 504), excluding

## 1.10.0
**`(fix):`** Fix Ruby string interpolation injection vulnerability in TypeLiteral string emitter.
Untrusted API spec default values containing #{} are now properly escaped in generated
Untrusted API spec default values containing `#{}` are now properly escaped in generated
double-quoted Ruby strings.


Expand Down
Loading