pages/Security.md in oj-3.7.12 vs pages/Security.md in oj-3.8.0

- old
+ new

@@ -5,10 +5,10 @@ previous versions of ruby. Ruby 2.1 and below does not garbage collect Symbols. The same is true for auto defining classes in all versions of ruby; memory will also be exhausted if too many classes are automatically defined. Auto defining is a useful feature during development and from trusted sources but it allows too many classes to be created in the object load mode and -auto defined is used with an untrusted source. The `Oj.strict_load()` method +auto defined is used with an untrusted source. The `Oj.safe_load()` method sets and uses the most strict and safest options. It should be used by developers who find it difficult to understand the options available in Oj. The options in Oj are designed to provide flexibility to the developer. This flexibility allows Objects to be serialized and deserialized. No methods are