mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
security: Prevent arbitrary method invocation on conditions in if tag.
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@
|
||||
* Fix clashing method names in enumerable drops, see #238 [Florian Weingarten, fw42]
|
||||
* Make map filter work on enumerable drops, see #233 [Florian Weingarten, fw42]
|
||||
* Improved whitespace stripping for blank blocks, related to #216 [Florian Weingarten, fw42]
|
||||
* Don't call to_sym when creating conditions and use public_send for security reasons, see #273 [Bouke van der Bijl, bouk]
|
||||
* Don't call to_sym when creating conditions for security reasons, see #273 [Bouke van der Bijl, bouk]
|
||||
* Prevent arbitrary method invocation on condition objects, see #274 [Dylan Thacker-Smith, dylanahsmith]
|
||||
|
||||
## 2.6.0 / not yet released / branch "2.6-stable"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user