File CVE-2018-16476.patch of Package rubygem-activejob-5_1.9611
--- activejob-5.1.4/lib/active_job/arguments.rb.orig 2018-12-02 11:30:04.368190032 +0100 +++ activejob-5.1.4/lib/active_job/arguments.rb 2018-12-02 11:30:14.432125718 +0100 @@ -75,7 +75,7 @@ def deserialize_argument(argument) case argument when String - GlobalID::Locator.locate(argument) || argument + argument when *TYPE_WHITELIST argument when Array