Which Rails feature, if misconfigured, can allow attackers to execute arbitrary code via crafted serialized objects in cookies or cache stores?
-
A
Ruby object deserialization in Marshal-based cookie stores
-
B
ActiveRecord callbacks with after_find
-
C
Turbo Streams broadcast channels
-
D
ActiveJob perform_later serialization