| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-09 | 405 Bytes | |
| v2.17.5 source code.tar.gz | 2026-09-09 | 210.9 kB | |
| v2.17.5 source code.zip | 2026-09-09 | 258.2 kB | |
| Totals: 3 Items | 469.6 kB | 22 | |
[2.17.5] - 2026-09-09
Security
Savon::Model.operationsand.all_operationsnow reject names that normalize to reserved model methods withArgumentError, before defining any methods. This prevents a WSDL operation namedclientfrom overwriting the client accessor and causing unbounded recursion. Call operations with reserved names explicitly throughmodel.client.call(:client, ...).