mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
5 lines
171 B
Ruby
5 lines
171 B
Ruby
require "ox"
|
|
|
|
# Set the default mode for the Ox library to use the :object mode, which makes
|
|
# Ox.load unsafe for untrusted data.
|
|
Ox.default_options = { :mode => :object } |