diff --git a/lib/msf/core/model/activerecord_patches.rb b/lib/msf/core/model/activerecord_patches.rb index aed79e7648..7b2a2d8612 100644 --- a/lib/msf/core/model/activerecord_patches.rb +++ b/lib/msf/core/model/activerecord_patches.rb @@ -13,7 +13,7 @@ class ActiveRecord::Base string end rescue ::Exception => e - YAML.load(string) rescue string + string end end end